build: call goma_ctl.py ensure_start directly (#28053)
This commit is contained in:
parent
41b5cd1a84
commit
e27b7ed248
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,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 })"
|
||||
node -e "require('./src/utils/goma.js').ensure()"
|
||||
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
|
||||
cd ..
|
||||
|
|
Loading…
Reference in a new issue