ci: Bump DirectX-Headers and Agility SDK dependencies to v1.619.1
Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40129>
This commit is contained in:
parent
d7348ea501
commit
e54e8fceec
8 changed files with 10 additions and 10 deletions
|
|
@ -9,7 +9,7 @@ set -uex
|
|||
|
||||
section_start directx-headers "Building directx-headers"
|
||||
|
||||
git clone https://github.com/microsoft/DirectX-Headers -b v1.618.1 --depth 1
|
||||
git clone https://github.com/microsoft/DirectX-Headers -b v1.619.1 --depth 1
|
||||
pushd DirectX-Headers
|
||||
meson setup build --backend=ninja --buildtype=release -Dbuild-test=false ${EXTRA_MESON_ARGS:-}
|
||||
meson install -C build
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ include:
|
|||
|
||||
variables:
|
||||
DEBIAN_BUILD_BASE_TAG: "20251016-riscv"
|
||||
DEBIAN_BUILD_TAG: "20260106-android16"
|
||||
DEBIAN_BUILD_TAG: "20260309-D3D619"
|
||||
|
||||
DEBIAN_TEST_BASE_TAG: "20260201-deqp-runner"
|
||||
DEBIAN_TEST_ANDROID_TAG: "20260302-cuttlefish"
|
||||
|
|
@ -40,6 +40,6 @@ variables:
|
|||
|
||||
WINDOWS_X64_MSVC_TAG: "20251120-bison"
|
||||
|
||||
WINDOWS_X64_BUILD_TAG: "20251120-bison"
|
||||
WINDOWS_X64_BUILD_TAG: "20260309-D3D619"
|
||||
|
||||
WINDOWS_X64_TEST_TAG: "20251120-bison"
|
||||
WINDOWS_X64_TEST_TAG: "20260309-D3D619"
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ $depsInstallPath="C:\mesa-deps"
|
|||
|
||||
Get-Date
|
||||
Write-Host "Cloning DirectX-Headers"
|
||||
git clone -b v1.618.1 --depth=1 https://github.com/microsoft/DirectX-Headers deps/DirectX-Headers
|
||||
git clone -b v1.619.1 --depth=1 https://github.com/microsoft/DirectX-Headers deps/DirectX-Headers
|
||||
if (!$?) {
|
||||
Write-Host "Failed to clone DirectX-Headers repository"
|
||||
Exit 1
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ $depsInstallPath="C:\mesa-deps"
|
|||
|
||||
Write-Host "Downloading DirectX 12 Agility SDK at:"
|
||||
Get-Date
|
||||
Invoke-WebRequest -Uri https://www.nuget.org/api/v2/package/Microsoft.Direct3D.D3D12/1.618.1 -OutFile 'agility.zip'
|
||||
Invoke-WebRequest -Uri https://www.nuget.org/api/v2/package/Microsoft.Direct3D.D3D12/1.619.1 -OutFile 'agility.zip'
|
||||
Expand-Archive -Path 'agility.zip' -DestinationPath 'C:\agility'
|
||||
# Copy Agility SDK into mesa-deps\bin\D3D12
|
||||
New-Item -ErrorAction SilentlyContinue -ItemType Directory -Path $depsInstallPath\bin -Name 'D3D12'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue