diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-06-20 03:17:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-06-21 06:59:15 +0300 |
commit | 14bdb1d3ef3f337b34e68d054bee4a8bdd8bbc13 (patch) | |
tree | 3cc932f0326e9223537be26b15af273a59a9af05 | |
parent | fc1d8862b71571b49d19e6876557146196c1a234 (diff) | |
download | ManaVerse-14bdb1d3ef3f337b34e68d054bee4a8bdd8bbc13.tar.gz ManaVerse-14bdb1d3ef3f337b34e68d054bee4a8bdd8bbc13.tar.bz2 ManaVerse-14bdb1d3ef3f337b34e68d054bee4a8bdd8bbc13.tar.xz ManaVerse-14bdb1d3ef3f337b34e68d054bee4a8bdd8bbc13.zip |
Disable some doctest builds with gcc-8 and asan due asan or doctest bug.
-rw-r--r-- | tools/ci/branches/ci_gcc8_tests/.gitlab-ci.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/ci/branches/ci_gcc8_tests/.gitlab-ci.yml b/tools/ci/branches/ci_gcc8_tests/.gitlab-ci.yml index be4535121..169497e72 100644 --- a/tools/ci/branches/ci_gcc8_tests/.gitlab-ci.yml +++ b/tools/ci/branches/ci_gcc8_tests/.gitlab-ci.yml @@ -16,7 +16,8 @@ expire_in: 3 week dependencies: [] -gcc-8_sanitize_doctest_tests: +# disabled due asan bug or doctest corruption +.gcc-8_sanitize_doctest_tests: stage: build script: - ./tools/ci/jobs/gcc8_sanitize_tests.sh --enable-unittests=doctest --without-dyecmd --without-manaplusgame @@ -32,7 +33,8 @@ gcc-8_sanitize_doctest_tests: tags: - docker -gcc-8_sanitize_glibcdebug_doctest_tests: +# disabled due asan bug or doctest corruption +.gcc-8_sanitize_glibcdebug_doctest_tests: stage: build script: - ./tools/ci/jobs/gcc8_sanitize_tests.sh --enable-glibcdebug --enable-unittests=doctest --without-dyecmd --without-manaplusgame |