mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
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 <daniels@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31281>
This commit is contained in:
parent
6f0457dddb
commit
7b56710e77
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue