Module: Mesa Branch: master Commit: d2cff164cddb142238b6e37faefdbd3c9d2466ab URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d2cff164cddb142238b6e37faefdbd3c9d2466ab
Author: Eric Engestrom <[email protected]> Date: Fri Mar 8 17:02:59 2019 +0000 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 <[email protected]> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
