From 9cec4aec091a4c06a866020a2f13e2253a0beab3 Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Fri, 2 Aug 2024 15:38:58 +0900 Subject: [PATCH] ci/alpine: use packaged spirv-llvm-translator-dev Reviewed-by: Eric Engestrom Signed-off-by: David Heidelberg Part-of: --- .gitlab-ci/container/alpine/x86_64_build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci/container/alpine/x86_64_build.sh b/.gitlab-ci/container/alpine/x86_64_build.sh index cda83fc0f6d..913618e10a6 100644 --- a/.gitlab-ci/container/alpine/x86_64_build.sh +++ b/.gitlab-ci/container/alpine/x86_64_build.sh @@ -53,6 +53,7 @@ DEPS=( py3-yaml vulkan-headers spirv-tools-dev + spirv-llvm-translator-dev util-macros wayland-dev wayland-protocols @@ -62,8 +63,6 @@ apk --no-cache add "${DEPS[@]}" "${EPHEMERAL[@]}" pip3 install --break-system-packages sphinx===5.1.1 hawkmoth===0.16.0 -. .gitlab-ci/container/build-llvm-spirv.sh - . .gitlab-ci/container/build-libclc.sh . .gitlab-ci/container/container_pre_build.sh