From e06a183ef49f949d75e8a658f6b65f9e15023c04 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Mon, 2 Sep 2024 12:24:21 +0100 Subject: [PATCH] ci/alpine: Fix shellcheck errors Signed-off-by: Daniel Stone Fixes: 34753cefd828 ("ci/alpine: use llvm variables") Part-of: (cherry picked from commit 9937ea5c1ce916cbbacaa3dfac459890b138c6e9) --- .gitlab-ci/container/alpine/x86_64_build.sh | 6 +++--- .pick_status.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci/container/alpine/x86_64_build.sh b/.gitlab-ci/container/alpine/x86_64_build.sh index eb5bfa711e8..f111167a058 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 - 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 diff --git a/.pick_status.json b/.pick_status.json index 20394f05672..61f98faaaf2 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -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