mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02: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> (cherry picked from commit34753cefd8)
This commit is contained in:
parent
3cf68b1295
commit
88b8d72234
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1474,7 +1474,7 @@
|
|||
"description": "ci/alpine: use llvm variables",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "da391650f534cc78c4907010010a475a72e49422",
|
||||
"notes": null
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue