From: Magnus Jacobsson Date: Tue, 6 Jul 2021 06:12:24 +0000 (+0200) Subject: temporarily disable ODR violation detection caused by lib/ortho X-Git-Tag: 2.48.0~12^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7201ac3ca213740010d4cdb52d38bfe4b91b92fc;p=graphviz temporarily disable ODR violation detection caused by lib/ortho The next commit in this series triggers this violation otherwise. This will soon be restored when https://gitlab.com/graphviz/graphviz/-/issues/2096 has been fixed in an upcoming MR. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 013fd91e9..2d55c890c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -237,6 +237,8 @@ portable-source: - export GV_VERSION=$( cat VERSION ) - export OS_ID=$( cat OS_ID ) - pushd build + # FIXME: remove detect_odr_violation=0 when https://gitlab.com/graphviz/graphviz/-/issues/2096 has been fixed + - export ASAN_OPTIONS=detect_odr_violation=0 - ctest --output-on-failure - popd # Many of the tests run by pytest currently trigger ASan