CI/windows: Update headers and Agility redist to 1.711.3-preview
authorSil Vilerino <sivileri@microsoft.com>
Wed, 21 Jun 2023 22:05:15 +0000 (15:05 -0700)
committerMarge Bot <emma+marge@anholt.net>
Tue, 27 Jun 2023 23:16:37 +0000 (23:16 +0000)
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23811>

.gitlab-ci/container/debian/x86_64_build.sh
.gitlab-ci/image-tags.yml
.gitlab-ci/windows/mesa_deps_build.ps1

index 77be2ba..dc67396 100644 (file)
@@ -81,7 +81,7 @@ cd shader-db
 make
 popd
 
-git clone https://github.com/microsoft/DirectX-Headers -b v1.610.0 --depth 1
+git clone https://github.com/microsoft/DirectX-Headers -b v1.711.3-preview --depth 1
 pushd DirectX-Headers
 meson setup build --backend=ninja --buildtype=release -Dbuild-test=false
 meson install -C build
index 3ec1838..1c35201 100644 (file)
@@ -3,7 +3,7 @@ variables:
    DEBIAN_BASE_TAG: "2023-06-21-virglrenderer"
 
    DEBIAN_X86_64_BUILD_IMAGE_PATH: "debian/x86_64_build"
-   DEBIAN_BUILD_TAG: "2023-06-23-bindgen-bump"
+   DEBIAN_BUILD_TAG: "2023-06-24-agility-711"
 
    DEBIAN_X86_64_BUILD_MINGW_IMAGE_PATH: "debian/x86_64_build-mingw"
    DEBIAN_BUILD_MINGW_TAG: "2023-05-25-bookworm"
@@ -27,7 +27,7 @@ variables:
    WINDOWS_X64_VS_TAG: "2022-10-20-upgrade-zlib"
 
    WINDOWS_X64_BUILD_PATH: "windows/x64_build"
-   WINDOWS_X64_BUILD_TAG: "2023-04-13-agility-610"
+   WINDOWS_X64_BUILD_TAG: "2023-06-24-agility-711"
 
    WINDOWS_X64_TEST_PATH: "windows/x64_test"
    WINDOWS_X64_TEST_TAG: "2023-05-30-warp-1.0.7.1"
index 0f97a92..8872ae2 100644 (file)
@@ -12,7 +12,7 @@ $depsInstallPath="C:\mesa-deps"
 
 Get-Date
 Write-Host "Cloning DirectX-Headers"
-git clone -b v1.610.0 --depth=1 https://github.com/microsoft/DirectX-Headers deps/DirectX-Headers
+git clone -b v1.711.3-preview --depth=1 https://github.com/microsoft/DirectX-Headers deps/DirectX-Headers
 if (!$?) {
   Write-Host "Failed to clone DirectX-Headers repository"
   Exit 1