summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-10 12:26:43 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-10 12:26:43 -0300
commit033d1715fbf33651e7f34099e54abee56957f7bb (patch)
tree60180b6b5143a35032c602a20d8a90f75e774ec5 /.gitlab-ci.yml
parentc9d41b9206c16b0eaea54486365af1f5262e1102 (diff)
downloadserverdata-033d1715fbf33651e7f34099e54abee56957f7bb.tar.gz
serverdata-033d1715fbf33651e7f34099e54abee56957f7bb.tar.bz2
serverdata-033d1715fbf33651e7f34099e54abee56957f7bb.tar.xz
serverdata-033d1715fbf33651e7f34099e54abee56957f7bb.zip
While at it, don't use Debian. Production is using Ubuntu, so prefer that.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 56e3bb85..174638cb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,11 +35,11 @@ mariadb_run_latest_gcc10:
stage: test
needs: []
script:
- - export CC=gcc-10
+ - export CC=gcc-7.5
- 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
+ - ./.tools/jobs/install.sh "mysql-client-5.7
+ gcc-7.5
git-core
make autoconf automake autopoint
libtool libmariadbclient-dev-compat libz-dev libpcre3-dev"
@@ -47,7 +47,7 @@ mariadb_run_latest_gcc10:
- ./.tools/jobs/initdb.sh mariadb
- ./.tools/jobs/build.sh "--enable-packetver=${packetver} --enable-epoll --enable-debug --enable-sanitize=full --disable-manager --enable-Werror --enable-buildbot" "--enable-werror --enable-lto --enable-sanitize"
- ./.tools/jobs/runserver.sh mariadb
- image: debian:buster
+ image: ubuntu:18.04
services:
- mariadb:latest
artifacts: