Compare commits

...

4 Commits

Author SHA1 Message Date
uazo
489ae12c5c Update release.yaml 2022-01-19 08:23:03 +01:00
uazo
aeccb9578f Update build_args.gni 2022-01-17 18:08:26 +01:00
uazo
71cd8c86b7 Update build_bromite_dev.yaml 2022-01-17 18:07:46 +01:00
uazo
c7db69f56a Update release.yaml 2022-01-17 17:56:42 +01:00
3 changed files with 5 additions and 6 deletions

View File

@@ -185,7 +185,7 @@ jobs:
KYTHE_ROOT_DIRECTORY: /home/lg/working_dir/chromium/src
KYTHE_OUTPUT_DIRECTORY: /home/lg/working_dir/chromium/src/out/bromite/kythe
# compile in debug mode
TARGET_ISDEBUG: true
TARGET_ISDEBUG: ${{ github.event.inputs.debug }}
TARGET_CPU: ${{ github.event.inputs.build }}
volumes:
- /storage/images/${{ github.event.inputs.build }}/${{ github.event.inputs.sha }}:/home/lg/working_dir/chromium/src/out/bromite

View File

@@ -1,7 +1,6 @@
name: Release Bromite CI
#permissions:
# contents: write
# repo: write
permissions:
contents: write
on:
workflow_dispatch:
@@ -74,7 +73,7 @@ jobs:
cd bromite
VERSION=v$(cat ${{ env.OUTPUTFILE }}/RELEASE)-${{ github.event.inputs.build }}
../gh_2.4.0_linux_amd64/bin/gh release create $VERSION \
../gh_2.4.0_linux_amd64/bin/gh release create $VERSION-$BROMITE_SHA \
../$APK --notes ""
# - name: Enable proxy on container

View File

@@ -16,7 +16,7 @@ if(getenv("TARGET_CPU") != "") {
enable_kythe_annotations = true
clang_use_chrome_plugins = false
if(!(_is_debug_build == "")) {
if(_is_debug_build == "true") {
# print("Debug build on")
is_debug = true
is_official_build = false