mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
build: ensure angle has a full git checkout available to it
This commit is contained in:
@@ -447,9 +447,9 @@ step-install-npm-deps-on-mac: &step-install-npm-deps-on-mac
|
||||
|
||||
# This step handles the differences between the linux "gclient sync"
|
||||
# and the expected state on macOS
|
||||
step-fix-sync-on-mac: &step-fix-sync-on-mac
|
||||
step-fix-sync: &step-fix-sync
|
||||
run:
|
||||
name: Fix Sync on macOS
|
||||
name: Fix Sync
|
||||
command: |
|
||||
if [ "`uname`" == "Darwin" ]; then
|
||||
# Fix Clang Install (wrong binary)
|
||||
@@ -457,6 +457,10 @@ step-fix-sync-on-mac: &step-fix-sync-on-mac
|
||||
python3 src/tools/clang/scripts/update.py
|
||||
fi
|
||||
|
||||
cd src/third_party/angle
|
||||
git remote set-url origin https://chromium.googlesource.com/angle/angle.git
|
||||
git fetch
|
||||
|
||||
step-install-signing-cert-on-mac: &step-install-signing-cert-on-mac
|
||||
run:
|
||||
name: Import and trust self-signed codesigning cert on MacOS
|
||||
@@ -1118,7 +1122,7 @@ steps-electron-ts-compile-for-doc-change: &steps-electron-ts-compile-for-doc-cha
|
||||
- *step-setup-goma-for-build
|
||||
- *step-get-more-space-on-mac
|
||||
- *step-install-npm-deps-on-mac
|
||||
- *step-fix-sync-on-mac
|
||||
- *step-fix-sync
|
||||
- *step-gn-gen-default
|
||||
|
||||
#Compile ts/js to verify doc change didn't break anything
|
||||
@@ -1473,7 +1477,7 @@ commands:
|
||||
- *step-setup-env-for-build
|
||||
- *step-setup-goma-for-build
|
||||
- *step-get-more-space-on-mac
|
||||
- *step-fix-sync-on-mac
|
||||
- *step-fix-sync
|
||||
- *step-delete-git-directories
|
||||
|
||||
# Electron app
|
||||
@@ -1577,7 +1581,7 @@ commands:
|
||||
- *step-gclient-sync
|
||||
- *step-delete-git-directories
|
||||
- *step-minimize-workspace-size-from-checkout
|
||||
- *step-fix-sync-on-mac
|
||||
- *step-fix-sync
|
||||
- *step-setup-env-for-build
|
||||
- *step-setup-goma-for-build
|
||||
- *step-gn-gen-default
|
||||
|
||||
Reference in New Issue
Block a user