mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 13:50:11 +01:00
ci/alpine: Fix shellcheck errors
Signed-off-by: Daniel Stone <daniels@collabora.com> Fixes:34753cefd8("ci/alpine: use llvm variables") Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30978> (cherry picked from commit9937ea5c1c)
This commit is contained in:
parent
b3a3758c12
commit
e06a183ef4
2 changed files with 4 additions and 4 deletions
|
|
@ -18,7 +18,7 @@ DEPS=(
|
|||
bash
|
||||
bison
|
||||
ccache
|
||||
clang${LLVM_VERSION}-dev
|
||||
"clang${LLVM_VERSION}-dev"
|
||||
cmake
|
||||
clang-dev
|
||||
coreutils
|
||||
|
|
@ -31,8 +31,8 @@ DEPS=(
|
|||
glslang
|
||||
graphviz
|
||||
linux-headers
|
||||
llvm${LLVM_VERSION}-static
|
||||
llvm${LLVM_VERSION}-dev
|
||||
"llvm${LLVM_VERSION}-static"
|
||||
"llvm${LLVM_VERSION}-dev"
|
||||
meson
|
||||
mold
|
||||
musl-dev
|
||||
|
|
|
|||
|
|
@ -3084,7 +3084,7 @@
|
|||
"description": "ci/alpine: Fix shellcheck errors",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "34753cefd828f5db8e9e14cee9c4e45cee5baaaa",
|
||||
"notes": null
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue