File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -513,10 +513,9 @@ steps-lint: &steps-lint
513513 name : Download GN Binary
514514 command : |
515515 chromium_revision="$(grep -A1 chromium_version src/electron/DEPS | tr -d '\n' | cut -d\' -f4)"
516- buildtools_revision="$(curl -sL "https://chromium.googlesource.com/chromium/src/+/${chromium_revision}/DEPS?format=TEXT" | base64 -d | grep buildtools_revision -A1 | tr -d '\n' | cut -d\' -f4)"
517516
518- git clone https://chromium.googlesource.com/chromium/src/buildtools "buildtools"
519- (cd " buildtools" && git checkout "$buildtools_revision")
517+ mkdir -p "buildtools/linux64 "
518+ curl -sL "https://chromium.googlesource.com/chromium/src/+/${chromium_revision}/ buildtools/linux64/gn.sha1?format=TEXT" | base64 -d > "buildtools/linux64/gn.sha1"
520519 echo 'export CHROMIUM_BUILDTOOLS_PATH="'"$PWD"'/buildtools"' >> $BASH_ENV
521520
522521 download_from_google_storage --bucket chromium-gn -s "buildtools/linux64/gn.sha1"
You can’t perform that action at this time.
0 commit comments