Compare commits
4 Commits
v97.0.4692
...
v97.0.4692
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
489ae12c5c | ||
|
|
aeccb9578f | ||
|
|
71cd8c86b7 | ||
|
|
c7db69f56a |
2
.github/workflows/build_bromite_dev.yaml
vendored
2
.github/workflows/build_bromite_dev.yaml
vendored
@@ -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
|
||||
|
||||
7
.github/workflows/release.yaml
vendored
7
.github/workflows/release.yaml
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user