ci: bump VVL to 1.4.322ish
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35791>
This commit is contained in:
committed by
Marge Bot
parent
b7f1f40bf4
commit
10602f2ddd
@@ -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
|
||||
|
||||
@@ -24,7 +24,7 @@ variables:
|
||||
DEBIAN_BUILD_TAG: "20250710-libwayland"
|
||||
|
||||
DEBIAN_TEST_ANDROID_TAG: "20250714-vkcts"
|
||||
DEBIAN_TEST_GL_TAG: "20250714-vkcts"
|
||||
DEBIAN_TEST_GL_TAG: "20250717-vvl"
|
||||
DEBIAN_TEST_VIDEO_TAG: "20250609-helper"
|
||||
DEBIAN_TEST_VK_TAG: "20250714-vkcts"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user