]> granicus.if.org Git - graphviz/commit
CI: make UBSan errors fatal in sanitizer job
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 19 Jun 2022 16:15:55 +0000 (09:15 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 25 Jun 2022 03:04:35 +0000 (20:04 -0700)
commit0d0c20797a0cf2937886945f3aecc4e8a9a55e8c
treeaf352853c5ed0034e61efe0690cf6b0954fe91e4
parent207860633265ae0d8673c72c4765872bca9a469e
CI: make UBSan errors fatal in sanitizer job

When enabling ASan and UBSan, ASan defaults to aborting execution on a detected
error while UBSan defaults to a warning and then continuing. The effect of this
is that any UBSan issues go unnoticed in CI when no one is monitoring stderr.
This change makes UBSan issues also have abort behavior.

Gitlab: fixes #2200
.gitlab-ci.yml