ci: ignore failures on Ninja summary (#26914)
This commit is contained in:
parent
cec6378881
commit
f876154fd3
1 changed files with 2 additions and 0 deletions
|
@ -890,6 +890,8 @@ step-ninja-summary: &step-ninja-summary
|
||||||
run:
|
run:
|
||||||
name: Print ninja summary
|
name: Print ninja summary
|
||||||
command: |
|
command: |
|
||||||
|
set +e
|
||||||
|
set +o pipefail
|
||||||
python depot_tools/post_build_ninja_summary.py -C src/out/Default
|
python depot_tools/post_build_ninja_summary.py -C src/out/Default
|
||||||
|
|
||||||
step-ninja-report: &step-ninja-report
|
step-ninja-report: &step-ninja-report
|
||||||
|
|
Loading…
Reference in a new issue