ci: fixup gn check to actually run gn check (#37676)
This commit is contained in:
parent
916861036d
commit
8cf03f5661
1 changed files with 5 additions and 18 deletions
|
@ -970,26 +970,13 @@ step-ts-compile: &step-ts-compile
|
||||||
# List of all steps.
|
# List of all steps.
|
||||||
steps-electron-gn-check: &steps-electron-gn-check
|
steps-electron-gn-check: &steps-electron-gn-check
|
||||||
steps:
|
steps:
|
||||||
- *step-checkout-electron
|
|
||||||
- *step-depot-tools-get
|
|
||||||
- *step-depot-tools-add-to-path
|
|
||||||
- install-python2-mac
|
- install-python2-mac
|
||||||
- *step-setup-env-for-build
|
|
||||||
- *step-setup-goma-for-build
|
- *step-setup-goma-for-build
|
||||||
- *step-generate-deps-hash
|
- checkout-from-cache
|
||||||
- *step-touch-sync-done
|
- *step-setup-env-for-build
|
||||||
- maybe-restore-portaled-src-cache
|
- *step-wait-for-goma
|
||||||
- run:
|
- *step-gn-gen-default
|
||||||
name: Ensure src checkout worked
|
- *step-gn-check
|
||||||
command: |
|
|
||||||
if [ ! -d "src/third_party/blink" ]; then
|
|
||||||
echo src cache was not restored for an unknown reason
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
- run:
|
|
||||||
name: Wipe Electron
|
|
||||||
command: rm -rf src/electron
|
|
||||||
- *step-checkout-electron
|
|
||||||
|
|
||||||
steps-electron-ts-compile-for-doc-change: &steps-electron-ts-compile-for-doc-change
|
steps-electron-ts-compile-for-doc-change: &steps-electron-ts-compile-for-doc-change
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue