mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 05:10: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
|
bash
|
||||||
bison
|
bison
|
||||||
ccache
|
ccache
|
||||||
clang${LLVM_VERSION}-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
|
||||||
llvm${LLVM_VERSION}-static
|
"llvm${LLVM_VERSION}-static"
|
||||||
llvm${LLVM_VERSION}-dev
|
"llvm${LLVM_VERSION}-dev"
|
||||||
meson
|
meson
|
||||||
mold
|
mold
|
||||||
musl-dev
|
musl-dev
|
||||||
|
|
|
||||||
|
|
@ -3084,7 +3084,7 @@
|
||||||
"description": "ci/alpine: Fix shellcheck errors",
|
"description": "ci/alpine: Fix shellcheck errors",
|
||||||
"nominated": true,
|
"nominated": true,
|
||||||
"nomination_type": 1,
|
"nomination_type": 1,
|
||||||
"resolution": 0,
|
"resolution": 1,
|
||||||
"main_sha": null,
|
"main_sha": null,
|
||||||
"because_sha": "34753cefd828f5db8e9e14cee9c4e45cee5baaaa",
|
"because_sha": "34753cefd828f5db8e9e14cee9c4e45cee5baaaa",
|
||||||
"notes": null
|
"notes": null
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue