summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-07-09 06:09:16 +0300
committerAndrei Karas <akaras@inbox.ru>2018-07-09 07:20:45 +0300
commit4521b56f0f125bfba4385e2fce2eb02c6c255b3b (patch)
tree7f6a2aed1aa05b124fadbe7165d52358516f8fb8 /.gitlab-ci.yml
parentea55712b0feb06f74710f9f9f90cc99f05624b91 (diff)
downloadserverdata-4521b56f0f125bfba4385e2fce2eb02c6c255b3b.tar.gz
serverdata-4521b56f0f125bfba4385e2fce2eb02c6c255b3b.tar.bz2
serverdata-4521b56f0f125bfba4385e2fce2eb02c6c255b3b.tar.xz
serverdata-4521b56f0f125bfba4385e2fce2eb02c6c255b3b.zip
Disable gcc-8 build due enabled RTL_BIND flag in server.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0e5c0bc7..b0625e27 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -259,7 +259,8 @@ mariadb_run_latest_gcc7:
when: always
expire_in: 3 week
-mariadb_run_latest_gcc8:
+# disable gcc-8 for now until server update.
+.mariadb_run_latest_gcc8:
stage: test
script:
- export CC=gcc-8