summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-03-08 16:02:11 +0000
committerEric Engestrom <eric.engestrom@intel.com>2019-03-08 16:03:04 +0000
commit85ee157283c667372baf7c03259cba08853f0067 (patch)
tree281f1485bb42619d86ca1862bf9ca2ce0750ff20 /.gitlab-ci.yml
parent3006f9d8c06841745338582be72a89314dc8f973 (diff)
gitlab-ci: autotools needs to be told which llvm version to use
Fixes: 45d58cd91567b39f51af "gitlab-ci: only build the default (=latest) and oldest llvm versions" Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 19f53197598..176679e569f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -423,6 +423,7 @@ make-gallium-st-clover-llvm:
--disable-gallium-osmesa
LIBUNWIND_FLAGS: --enable-libunwind
GALLIUM_DRIVERS: "r600,radeonsi"
+ LLVM_VERSION: "7.0"
make-gallium-st-clover-llvm-39:
extends: make-gallium-st-clover-llvm