mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
ci: fixup esbuild on macos (#33486)
* ci: fixup esbuild on macos * ci: call update_depot_tools right after clone * when all else fails, use sed
This commit is contained in:
committed by
GitHub
parent
4aeeb64d30
commit
37a94d9857
@@ -470,6 +470,8 @@ step-fix-sync: &step-fix-sync
|
||||
|
||||
# Fix esbuild (wrong binary)
|
||||
echo 'infra/3pp/tools/esbuild/${platform}' `gclient getdep --deps-file=src/third_party/devtools-frontend/src/DEPS -r 'third_party/esbuild:infra/3pp/tools/esbuild/${platform}'` > esbuild_ensure_file
|
||||
# Remove extra output from calling gclient getdep which always calls update_depot_tools
|
||||
sed -i '' "s/Updating depot_tools... //g" esbuild_ensure_file
|
||||
cipd ensure --root src/third_party/devtools-frontend/src/third_party/esbuild -ensure-file esbuild_ensure_file
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user