From: Magnus Jacobsson Date: Wed, 7 Jul 2021 15:55:31 +0000 (+0200) Subject: Revert "temporarily disable ODR violation detection caused by lib/ortho" X-Git-Tag: 2.48.0~1^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80450ee442957de90d582e71ea73ad052fb82111;p=graphviz Revert "temporarily disable ODR violation detection caused by lib/ortho" This reverts commit 7201ac3ca213740010d4cdb52d38bfe4b91b92fc. This is workaround is no longer needed since https://gitlab.com/graphviz/graphviz/-/issues/2096 has been fixed. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 62b5fdfcb..bde774a3a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -238,8 +238,6 @@ portable-source: - export OS_ID=$( cat OS_ID ) - ci/test_coverage.py --init - 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