mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-21 00:40:10 +01:00
ci/alpine: use llvm variables
Fixes: da391650f5 ("ci: build a host version of mesa for cross builds")
Reviewed-by: Eric Engestrom <eric@igalia.com>
Signed-off-by: David Heidelberg <david@ixit.cz>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30482>
This commit is contained in:
parent
bda1a0596e
commit
34753cefd8
1 changed files with 3 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ DEPS=(
|
||||||
bash
|
bash
|
||||||
bison
|
bison
|
||||||
ccache
|
ccache
|
||||||
clang16-dev
|
clang${LLVM_VERSION}-dev
|
||||||
cmake
|
cmake
|
||||||
clang-dev
|
clang-dev
|
||||||
coreutils
|
coreutils
|
||||||
|
|
@ -31,8 +31,8 @@ DEPS=(
|
||||||
glslang
|
glslang
|
||||||
graphviz
|
graphviz
|
||||||
linux-headers
|
linux-headers
|
||||||
llvm16-static
|
llvm${LLVM_VERSION}-static
|
||||||
llvm16-dev
|
llvm${LLVM_VERSION}-dev
|
||||||
meson
|
meson
|
||||||
mold
|
mold
|
||||||
musl-dev
|
musl-dev
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue