From: Magnus Jacobsson Date: Tue, 25 May 2021 20:14:57 +0000 (+0200) Subject: Revert "Disable detection of ODR violations in Ubuntu 21.04 ASan test" X-Git-Tag: 2.47.3~21^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=881266eb35446e22dce8bc277c9efb09271b7549;p=graphviz Revert "Disable detection of ODR violations in Ubuntu 21.04 ASan test" This reverts commit 5f6a0df735ea110e874df2f527cd73fa0a3d37a0. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 62daef214..a688fc783 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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,detect_odr_violation=0 + - export ASAN_OPTIONS=detect_leaks=0,alloc_dealloc_mismatch=0 - echo experimental > COLLECTION needs: - job: portable-source