From 13e30927a0792a1cd3d6d6fb44ea8c01d23de62d Mon Sep 17 00:00:00 2001 From: Allison Piper Date: Fri, 17 May 2024 14:12:07 -0400 Subject: [PATCH] Don't fail CI when ninja_summary fails. --- ci/build_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build_common.sh b/ci/build_common.sh index ee95b00..2c30414 100755 --- a/ci/build_common.sh +++ b/ci/build_common.sh @@ -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