Skip to content

Commit

Permalink
Don't fail CI when ninja_summary fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
alliepiper committed May 17, 2024
1 parent 555d628 commit 13e3092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ function build_preset() {
will have a weighted time that is the same or similar to its elapsed time. A
compile that runs in parallel with 999 other compiles will have a weighted time
that is tiny."
./ninja_summary.py -C ${BUILD_DIR}/${PRESET}
./ninja_summary.py -C ${BUILD_DIR}/${PRESET} || echo "ninja_summary.py failed"
end_group
else
echo $minimal_sccache_stats
Expand Down

0 comments on commit 13e3092

Please sign in to comment.