From d0e2e7640da86e241b8c49102bc93bc84e9f2f2f Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Sat, 6 Sep 2025 12:10:15 +0800 Subject: [PATCH] ci/windows: Bump llvm and SPIRV-LLVM-Translator version tag Signed-off-by: Yonggang Luo Reviewed-by: Jesse Natalie Part-of: --- .gitlab-ci/windows/mesa_deps_build.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/windows/mesa_deps_build.ps1 b/.gitlab-ci/windows/mesa_deps_build.ps1 index 71b5e7d710f..3356cad906e 100644 --- a/.gitlab-ci/windows/mesa_deps_build.ps1 +++ b/.gitlab-ci/windows/mesa_deps_build.ps1 @@ -57,7 +57,7 @@ if (!$buildstatus) { Get-Date Write-Host "Cloning LLVM" -git clone -b llvmorg-19.1.6 --depth=1 https://github.com/llvm/llvm-project deps/llvm-project +git clone -b llvmorg-19.1.7 --depth=1 https://github.com/llvm/llvm-project deps/llvm-project if (!$?) { Write-Host "Failed to clone LLVM repository" Exit 1 @@ -65,7 +65,7 @@ if (!$?) { Get-Date Write-Host "Cloning SPIRV-LLVM-Translator" -git clone -b v19.1.3 https://github.com/KhronosGroup/SPIRV-LLVM-Translator deps/llvm-project/llvm/projects/SPIRV-LLVM-Translator +git clone -b v19.1.10 https://github.com/KhronosGroup/SPIRV-LLVM-Translator deps/llvm-project/llvm/projects/SPIRV-LLVM-Translator if (!$?) { Write-Host "Failed to clone SPIRV-LLVM-Translator repository" Exit 1