build: fixup autoninja (#39896)
chore: set GOMA_DIR for autoninja (cherry picked from commit 94f24bde4dd19764fbbae083f5970b007c9dc8b2) (cherry picked from commit 90c1f6e1cb8d22d94dd01791dc4b9c3e0a7e86fc)
This commit is contained in:
parent
9c7086074e
commit
c8544e25df
1 changed files with 3 additions and 3 deletions
|
@ -354,7 +354,7 @@ step-setup-goma-for-build: &step-setup-goma-for-build
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
echo 'export GN_GOMA_FILE='`node -e "console.log(require('./src/utils/goma.js').gnFilePath)"` >> $BASH_ENV
|
echo 'export GN_GOMA_FILE='`node -e "console.log(require('./src/utils/goma.js').gnFilePath)"` >> $BASH_ENV
|
||||||
echo 'export LOCAL_GOMA_DIR='`node -e "console.log(require('./src/utils/goma.js').dir)"` >> $BASH_ENV
|
echo 'export GOMA_DIR='`node -e "console.log(require('./src/utils/goma.js').dir)"` >> $BASH_ENV
|
||||||
echo 'export GOMA_FALLBACK_ON_AUTH_FAILURE=true' >> $BASH_ENV
|
echo 'export GOMA_FALLBACK_ON_AUTH_FAILURE=true' >> $BASH_ENV
|
||||||
cd ..
|
cd ..
|
||||||
touch "${TMPDIR:=/tmp}"/.goma-ready
|
touch "${TMPDIR:=/tmp}"/.goma-ready
|
||||||
|
@ -749,8 +749,8 @@ step-show-goma-stats: &step-show-goma-stats
|
||||||
command: |
|
command: |
|
||||||
set +e
|
set +e
|
||||||
set +o pipefail
|
set +o pipefail
|
||||||
$LOCAL_GOMA_DIR/goma_ctl.py stat
|
$GOMA_DIR/goma_ctl.py stat
|
||||||
$LOCAL_GOMA_DIR/diagnose_goma_log.py
|
$GOMA_DIR/diagnose_goma_log.py
|
||||||
true
|
true
|
||||||
when: always
|
when: always
|
||||||
background: true
|
background: true
|
||||||
|
|
Loading…
Reference in a new issue