summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-03-08 17:02:59 +0000
committerEric Engestrom <eric.engestrom@intel.com>2019-03-08 17:03:06 +0000
commitd2cff164cddb142238b6e37faefdbd3c9d2466ab (patch)
tree9dd33067b5b21c85d74ab3f39fe729668f79e610 /.gitlab-ci.yml
parente1d81decf7a093867f051786a5d7f6ce4d827ff1 (diff)
gitlab-ci: fix llvm version (7 doesn't have a ".0")
Fixes: 85ee157283c667372baf "gitlab-ci: autotools needs to be told which llvm version to use" Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 176679e569f..78eaaec81b9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -423,7 +423,7 @@ make-gallium-st-clover-llvm:
--disable-gallium-osmesa
LIBUNWIND_FLAGS: --enable-libunwind
GALLIUM_DRIVERS: "r600,radeonsi"
- LLVM_VERSION: "7.0"
+ LLVM_VERSION: "7"
make-gallium-st-clover-llvm-39:
extends: make-gallium-st-clover-llvm