mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-04-29 19:21:14 +00:00
Don't fail CI when ninja_summary fails. (#172)
This commit is contained in:
@@ -203,7 +203,7 @@ function build_preset() {
|
|||||||
will have a weighted time that is the same or similar to its elapsed time. A
|
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
|
compile that runs in parallel with 999 other compiles will have a weighted time
|
||||||
that is tiny."
|
that is tiny."
|
||||||
./ninja_summary.py -C ${BUILD_DIR}/${PRESET}
|
./ninja_summary.py -C ${BUILD_DIR}/${PRESET} || echo "ninja_summary.py failed"
|
||||||
end_group
|
end_group
|
||||||
else
|
else
|
||||||
echo $minimal_sccache_stats
|
echo $minimal_sccache_stats
|
||||||
|
|||||||
Reference in New Issue
Block a user