From 9937ea5c1ce916cbbacaa3dfac459890b138c6e9 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: --- .gitlab-ci/container/alpine/x86_64_build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci/container/alpine/x86_64_build.sh b/.gitlab-ci/container/alpine/x86_64_build.sh index 30e93ec1037..73a6f2d3e96 100644 --- a/.gitlab-ci/container/alpine/x86_64_build.sh +++ b/.gitlab-ci/container/alpine/x86_64_build.sh @@ -16,7 +16,7 @@ DEPS=( bash bison ccache - clang${LLVM_VERSION}-dev + "clang${LLVM_VERSION}-dev" cmake clang-dev coreutils @@ -29,8 +29,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