ci: Update x86 debian build to pick up tag v1.602.0-r1 from DirectX-Headers

Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16286>
This commit is contained in:
Sil Vilerino 2022-05-12 10:36:38 -07:00 committed by Marge Bot
parent 5b27c9d880
commit 46178f93e9
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ cd shader-db
make
popd
git clone https://github.com/microsoft/DirectX-Headers -b v1.0.1 --depth 1
git clone https://github.com/microsoft/DirectX-Headers -b v1.602.0-r1 --depth 1
pushd DirectX-Headers
mkdir build
cd build

View File

@ -3,7 +3,7 @@ variables:
DEBIAN_BASE_TAG: "2022-04-24-libdrm"
DEBIAN_X86_BUILD_IMAGE_PATH: "debian/x86_build"
DEBIAN_BUILD_TAG: "2022-04-24-libdrm"
DEBIAN_BUILD_TAG: "2022-05-12-DirectX-Headers"
DEBIAN_X86_TEST_BASE_IMAGE: "debian/x86_test-base"