ci: bump VVL to 1.4.322ish

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35791>
This commit is contained in:
Mike Blumenkrantz
2025-07-07 08:20:19 -04:00
committed by Marge Bot
parent b7f1f40bf4
commit 10602f2ddd
2 changed files with 8 additions and 3 deletions

View File

@@ -8,10 +8,15 @@ set -uex
uncollapsed_section_start vulkan-validation "Building Vulkan validation layers"
VALIDATION_TAG="snapshot-2025wk15"
VALIDATION_TAG="bfcd034f1485b533b0fd7a14b79b6ce146369665"
git clone -b "$VALIDATION_TAG" --single-branch --depth 1 https://github.com/KhronosGroup/Vulkan-ValidationLayers.git
mkdir Vulkan-ValidationLayers
pushd Vulkan-ValidationLayers
git init
git remote add origin https://github.com/KhronosGroup/Vulkan-ValidationLayers.git
git fetch --depth 1 origin "$VALIDATION_TAG"
git checkout FETCH_HEAD
# we don't need to build SPIRV-Tools tools
sed -i scripts/known_good.json -e 's/SPIRV_SKIP_EXECUTABLES=OFF/SPIRV_SKIP_EXECUTABLES=ON/'
python3 scripts/update_deps.py --dir external --config release --generator Ninja --optional tests