From 7b56710e775184e34eab54417a611a1a67e7cdf6 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Fri, 20 Sep 2024 07:35:36 +0200 Subject: [PATCH] ci/vkd3d: Make Proton build safe for set -u The version hadn't been used in years now, so was always just an empty string. Signed-off-by: Daniel Stone Part-of: --- .gitlab-ci/container/build-vkd3d-proton.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/container/build-vkd3d-proton.sh b/.gitlab-ci/container/build-vkd3d-proton.sh index 1cbd02d62b3..3df626d079f 100644 --- a/.gitlab-ci/container/build-vkd3d-proton.sh +++ b/.gitlab-ci/container/build-vkd3d-proton.sh @@ -10,7 +10,7 @@ VKD3D_PROTON_COMMIT="3d46c082906c77544385d10801e4c0184f0385d9" VKD3D_PROTON_DST_DIR="/vkd3d-proton-tests" VKD3D_PROTON_SRC_DIR="/vkd3d-proton-src" -VKD3D_PROTON_BUILD_DIR="/vkd3d-proton-$VKD3D_PROTON_VERSION" +VKD3D_PROTON_BUILD_DIR="/vkd3d-proton-build" function build_arch { local arch="$1"