summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2019-04-05 10:36:29 +0200
committerMichel Dänzer <michel@daenzer.net>2019-04-16 10:57:55 +0200
commit3fca2b760c2780f5b6e382ccbfc6ceae303ac181 (patch)
tree695436521ac769ebe3551378535199a34ca03026 /.gitlab-ci.yml
parent979df83940b9e992b835e4a54505db2ba6a8d539 (diff)
gitlab-ci: Use clang 8 instead of 7
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 719fcb06be4..105b19f0813 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -147,8 +147,8 @@ meson-clang:
UNWIND: "true"
DRI_DRIVERS: "auto"
GALLIUM_DRIVERS: "auto"
- CC: "ccache clang-7"
- CXX: "ccache clang++-7"
+ CC: "ccache clang-8"
+ CXX: "ccache clang++-8"
before_script:
- export CCACHE_BASEDIR="$PWD" CCACHE_DIR="$PWD/ccache"
- ccache --zero-stats --show-stats || true