|
@@ -327,6 +327,7 @@ step-setup-goma-for-build: &step-setup-goma-for-build
|
|
|
third_party/goma/goma_ctl.py ensure_start
|
|
|
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_FALLBACK_ON_AUTH_FAILURE=true' >> $BASH_ENV
|
|
|
cd ..
|
|
|
|
|
|
step-restore-brew-cache: &step-restore-brew-cache
|