summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6e535b19..0e5c0bc7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -241,6 +241,7 @@ mariadb_run_latest_gcc7:
stage: test
script:
- export CC=gcc-7
+ - export HERCCPPFLAGS=" -Wno-format-overflow"
- ./.tools/jobs/install.sh "mysql-client
gcc-7
git-core
@@ -262,6 +263,7 @@ mariadb_run_latest_gcc8:
stage: test
script:
- export CC=gcc-8
+ - export HERCCPPFLAGS=" -Wno-format-overflow"
- ./.tools/jobs/install.sh "mysql-client
gcc-8
git-core