diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-10 17:39:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-10 17:39:36 -0300 |
commit | 8f15ef24a574284482ea76311237c39e136aa18b (patch) | |
tree | f4ad9f91b430029614a765d537ed20d5e58f2bd2 /.gitlab-ci.yml | |
parent | c46f9692a9ee4c4db500dd4806d5ad3fb0fa5d92 (diff) | |
download | serverdata-8f15ef24a574284482ea76311237c39e136aa18b.tar.gz serverdata-8f15ef24a574284482ea76311237c39e136aa18b.tar.bz2 serverdata-8f15ef24a574284482ea76311237c39e136aa18b.tar.xz serverdata-8f15ef24a574284482ea76311237c39e136aa18b.zip |
Remove ClearGlobalVars() - no longer needed
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e7db09f..e3eb4210 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,7 +36,7 @@ mariadb_run_latest_gcc10: needs: [] script: - export CC=gcc-7 - #- export HERCCPPFLAGS=" -Wno-format-overflow" + - 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-5.7 gcc-7 |