summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-06-20 03:17:18 +0300
committerAndrei Karas <akaras@inbox.ru>2018-06-21 06:59:15 +0300
commit14bdb1d3ef3f337b34e68d054bee4a8bdd8bbc13 (patch)
tree3cc932f0326e9223537be26b15af273a59a9af05
parentfc1d8862b71571b49d19e6876557146196c1a234 (diff)
downloadplus-14bdb1d3ef3f337b34e68d054bee4a8bdd8bbc13.tar.gz
plus-14bdb1d3ef3f337b34e68d054bee4a8bdd8bbc13.tar.bz2
plus-14bdb1d3ef3f337b34e68d054bee4a8bdd8bbc13.tar.xz
plus-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.yml6
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