From 6fee738d4a174e80f0913a12daf30811080a5a1d Mon Sep 17 00:00:00 2001 From: Ross Wollman Date: Thu, 21 Apr 2022 23:30:01 -0700 Subject: [PATCH] chore: workaround upstream electron-build-tools bug (#13697) Pin to commit to avoid regression referenced in https://github.com/electron/build-tools/issues/367 --- browser_patches/chromium/goma.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser_patches/chromium/goma.sh b/browser_patches/chromium/goma.sh index 1ba2ce18e0..9241899112 100755 --- a/browser_patches/chromium/goma.sh +++ b/browser_patches/chromium/goma.sh @@ -22,6 +22,7 @@ fi if [[ ! -d ./electron-build-tools ]]; then git clone --single-branch --branch main https://github.com/electron/build-tools/ electron-build-tools cd electron-build-tools + git checkout 926e1a2f2926b9a7663ae865c3bd9a1b1d366393 npm install mkdir -p third_party ./src/e update-goma msftGoma @@ -91,4 +92,3 @@ else echo "Use --help to list all available commands" exit 1 fi -