summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-07-15 20:24:24 -0400
committergumi <git@gumi.ca>2020-07-15 20:24:24 -0400
commit28c10e277964230b5bb37cf531eb3fe3a800e1c3 (patch)
tree6b25c7386bbc3d8b9b5fb70a1249609c6d50cb06
parent4b663b78cf215782fb8ab174e1efda83d487b635 (diff)
downloadserverdata-28c10e277964230b5bb37cf531eb3fe3a800e1c3.tar.gz
serverdata-28c10e277964230b5bb37cf531eb3fe3a800e1c3.tar.bz2
serverdata-28c10e277964230b5bb37cf531eb3fe3a800e1c3.tar.xz
serverdata-28c10e277964230b5bb37cf531eb3fe3a800e1c3.zip
use the same asan options from the travis tests
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9a4e25e3..65722559 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,6 +37,7 @@ mariadb_run_latest_gcc10:
script:
- export CC=gcc-10
- export HERCCPPFLAGS=" -Wno-format-overflow"
+ - export ASAN_OPTIONS=detect_stack_use_after_return=true:strict_init_order=true:detect_odr_violation=0
- ./.tools/jobs/install.sh "mysql-client
gcc-10
git-core