From 34753cefd828f5db8e9e14cee9c4e45cee5baaaa Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Fri, 2 Aug 2024 14:55:56 +0900 Subject: [PATCH] ci/alpine: use llvm variables Fixes: da391650f534 ("ci: build a host version of mesa for cross builds") Reviewed-by: Eric Engestrom Signed-off-by: David Heidelberg Part-of: --- .gitlab-ci/container/alpine/x86_64_build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci/container/alpine/x86_64_build.sh b/.gitlab-ci/container/alpine/x86_64_build.sh index 1c9ec1f0a24..eb5bfa711e8 100644 --- a/.gitlab-ci/container/alpine/x86_64_build.sh +++ b/.gitlab-ci/container/alpine/x86_64_build.sh @@ -18,7 +18,7 @@ DEPS=( bash bison ccache - clang16-dev + clang${LLVM_VERSION}-dev cmake clang-dev coreutils @@ -31,8 +31,8 @@ DEPS=( glslang graphviz linux-headers - llvm16-static - llvm16-dev + llvm${LLVM_VERSION}-static + llvm${LLVM_VERSION}-dev meson mold musl-dev