Skip to content
Snippets Groups Projects
Unverified Commit 6e666998 authored by trop[bot]'s avatar trop[bot] Committed by GitHub
Browse files

ci: Add goma fallback flag (#28546)


* ci: fallback to local compile if goma auth fails

* use correct flag

Co-authored-by: default avatarJohn Kleinschmidt <jkleinsc@electronjs.org>
parent 71fda628
No related merge requests found
......@@ -328,6 +328,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
......
......@@ -36,6 +36,7 @@ environment:
ELECTRON_ENABLE_STACK_DUMPING: 1
MOCHA_REPORTER: mocha-multi-reporters
MOCHA_MULTI_REPORTERS: mocha-appveyor-reporter, tap
GOMA_FALLBACK_ON_AUTH_FAILURE: true
notifications:
- provider: Webhook
url: https://electron-mission-control.herokuapp.com/rest/appveyor-hook
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment