fix usegoma = false
This commit is contained in:
parent
1276c3c905
commit
f14dac257d
8
.github/workflows/build_bromite.yaml
vendored
8
.github/workflows/build_bromite.yaml
vendored
@ -366,7 +366,7 @@ jobs:
|
|||||||
$WORKSPACE/mtool/chromium/mtime.sh --backup
|
$WORKSPACE/mtool/chromium/mtime.sh --backup
|
||||||
mv .mtool out/bromite/
|
mv .mtool out/bromite/
|
||||||
cp -arp out/bromite $ARTIFACS_DIR/out
|
cp -arp out/bromite $ARTIFACS_DIR/out
|
||||||
echo "::endgroup::"
|
echo "::endgroup::
|
||||||
|
|
||||||
- name: Stop goma
|
- name: Stop goma
|
||||||
shell: bash
|
shell: bash
|
||||||
@ -375,7 +375,7 @@ jobs:
|
|||||||
cd $WORKSPACE/chromium/src
|
cd $WORKSPACE/chromium/src
|
||||||
|
|
||||||
echo "::group::-------- stop goma"
|
echo "::group::-------- stop goma"
|
||||||
$WORKSPACE/goma/goma_ctl.py ensure_stop
|
[[ "$USEGOMA" = "true" ]] && $WORKSPACE/goma/goma_ctl.py ensure_stop || true
|
||||||
find /tmp/ -maxdepth 1 -name "gomacc*" -print0 | xargs -0 rm
|
[[ "$USEGOMA" = "true" ]] && find /tmp/ -maxdepth 1 -name "gomacc*" -print0 | xargs -0 rm || true
|
||||||
rm -rf /tmp/goma_lg/
|
[[ "$USEGOMA" = "true" ]] && rm -rf /tmp/goma_lg/ || true
|
||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
|
Loading…
Reference in New Issue
Block a user