ci/debian: Update DirectX-Headers

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28339>
This commit is contained in:
Jesse Natalie
2024-03-22 09:34:16 -07:00
committed by Marge Bot
parent ff802ca93b
commit 8498371b65
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
set -ex
git clone https://github.com/microsoft/DirectX-Headers -b v1.611.0 --depth 1
git clone https://github.com/microsoft/DirectX-Headers -b v1.613.1 --depth 1
pushd DirectX-Headers
meson setup build --backend=ninja --buildtype=release -Dbuild-test=false $EXTRA_MESON_ARGS
meson install -C build

View File

@@ -16,7 +16,7 @@ variables:
DEBIAN_BASE_TAG: "20240307-virglcrosvm"
DEBIAN_X86_64_BUILD_IMAGE_PATH: "debian/x86_64_build"
DEBIAN_BUILD_TAG: "20240301-mold"
DEBIAN_BUILD_TAG: "20240322-dxheaders"
DEBIAN_X86_64_TEST_BASE_IMAGE: "debian/x86_64_test-base"