]> granicus.if.org Git - graphviz/commitdiff
Disable detection of ODR violations in Ubuntu 21.04 ASan test
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 2 May 2021 13:02:48 +0000 (15:02 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 10 May 2021 17:21:44 +0000 (19:21 +0200)
The mm2gv tools currently fails otherwise.

.gitlab-ci.yml

index 4f2d9a7ea5e3146967de6c75cbba87d0b6a3f1d7..d1873f71c2cb1bbbebdbae18d601625ec490b039 100644 (file)
@@ -756,7 +756,7 @@ ubuntu21.04-cmake-ASan-test:
         - export LDFLAGS=" -g -fsanitize=address,undefined"
         # FIXME: remove the following when Graphviz can pass the test suite
         # leak-free
-        - export ASAN_OPTIONS=detect_leaks=0,alloc_dealloc_mismatch=0
+        - export ASAN_OPTIONS=detect_leaks=0,alloc_dealloc_mismatch=0,detect_odr_violation=0
         - echo experimental > COLLECTION
     needs:
         - job: portable-source