chore: workaround upstream electron-build-tools bug (#13697)
Pin to commit to avoid regression referenced in https://github.com/electron/build-tools/issues/367
This commit is contained in:
parent
3d4caab153
commit
6fee738d4a
|
|
@ -22,6 +22,7 @@ fi
|
||||||
if [[ ! -d ./electron-build-tools ]]; then
|
if [[ ! -d ./electron-build-tools ]]; then
|
||||||
git clone --single-branch --branch main https://github.com/electron/build-tools/ electron-build-tools
|
git clone --single-branch --branch main https://github.com/electron/build-tools/ electron-build-tools
|
||||||
cd electron-build-tools
|
cd electron-build-tools
|
||||||
|
git checkout 926e1a2f2926b9a7663ae865c3bd9a1b1d366393
|
||||||
npm install
|
npm install
|
||||||
mkdir -p third_party
|
mkdir -p third_party
|
||||||
./src/e update-goma msftGoma
|
./src/e update-goma msftGoma
|
||||||
|
|
@ -91,4 +92,3 @@ else
|
||||||
echo "Use --help to list all available commands"
|
echo "Use --help to list all available commands"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue