Skip to content

Commit

Permalink
build: set the export goma auth fallback flag for the control process (
Browse files Browse the repository at this point in the history
…#30314)

Co-authored-by: Samuel Attard <sam@electronjs.org>
  • Loading branch information
trop[bot] and MarshallOfSound committed Aug 2, 2021
1 parent aa8c649 commit 4d410b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Expand Up @@ -337,6 +337,7 @@ step-setup-goma-for-build: &step-setup-goma-for-build
npm install
mkdir third_party
node -e "require('./src/utils/goma.js').downloadAndPrepare({ gomaOneForAll: true })"
export GOMA_FALLBACK_ON_AUTH_FAILURE=true
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
Expand Down

0 comments on commit 4d410b0

Please sign in to comment.