Mesa (master): gitlab-ci: Use clang 8 instead of 7

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Apr 16 09:29:52 UTC 2019


Module: Mesa
Branch: master
Commit: 3fca2b760c2780f5b6e382ccbfc6ceae303ac181
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3fca2b760c2780f5b6e382ccbfc6ceae303ac181

Author: Michel Dänzer <michel.daenzer at amd.com>
Date:   Fri Apr  5 10:36:29 2019 +0200

gitlab-ci: Use clang 8 instead of 7

Reviewed-by: Eric Engestrom <eric.engestrom at intel.com>

---

 .gitlab-ci.yml               | 4 ++--
 .gitlab-ci/debian-install.sh | 3 ++-
 2 files changed, 4 insertions(+), 3 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
diff --git a/.gitlab-ci/debian-install.sh b/.gitlab-ci/debian-install.sh
index d2e1f1e687d..0abaf67cee6 100644
--- a/.gitlab-ci/debian-install.sh
+++ b/.gitlab-ci/debian-install.sh
@@ -15,6 +15,7 @@ apt-get install -y \
 
 curl -fsSL https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
 add-apt-repository "deb https://apt.llvm.org/stretch/ llvm-toolchain-stretch-7 main"
+add-apt-repository "deb https://apt.llvm.org/stretch/ llvm-toolchain-stretch-8 main"
 
 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list
 echo 'deb https://deb.debian.org/debian stretch-backports main' >/etc/apt/sources.list.d/backports.list
@@ -31,7 +32,7 @@ apt-get install -y -t stretch-backports \
       clang-6.0 \
       libclang-6.0-dev \
       g++ \
-      clang-7 \
+      clang-8 \
       libclang-7-dev
 
 # Install remaining packages from Debian buster to get newer versions




More information about the mesa-commit mailing list