projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1d81de
)
gitlab-ci: fix llvm version (7 doesn't have a ".0")
author
Eric Engestrom
<eric.engestrom@intel.com>
Fri, 8 Mar 2019 17:02:59 +0000
(17:02 +0000)
committer
Eric Engestrom
<eric.engestrom@intel.com>
Fri, 8 Mar 2019 17:03:06 +0000
(17:03 +0000)
Fixes: 85ee157283c667372baf "gitlab-ci: autotools needs to be told which llvm version to use"
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 176679e569f3bbfa1a8e0aac1ff01b871e6ca287..78eaaec81b9fa50e82307d6d7c792e237ef5a1d1 100644
(file)
--- 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