From 23ef65ea3b859368c6ba4fcc66ba4d251b3f5afd Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Fri, 19 Jul 2024 09:31:11 +0200 Subject: [PATCH] ci/vkd3d: fix LD_LIBRARY_PATH Fixes: 50fc7cc290db49288b31 ("glx: directly link to gallium") Part-of: --- .gitlab-ci/vkd3d-proton/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/vkd3d-proton/run.sh b/.gitlab-ci/vkd3d-proton/run.sh index b891e9a7707..0c75b61d13a 100755 --- a/.gitlab-ci/vkd3d-proton/run.sh +++ b/.gitlab-ci/vkd3d-proton/run.sh @@ -17,7 +17,7 @@ mkdir -p "$RESULTS" # Modifiying here directly LD_LIBRARY_PATH may cause problems when # using a command wrapper. Hence, we will just set it when running the # command. -export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$INSTALL/lib/:$INSTALL/lib/dri/vkd3d-proton-tests/x64/" +export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$INSTALL/lib/:$INSTALL/lib/dri:/vkd3d-proton-tests/x64/" # Set the Vulkan driver to use.