Skip to content
Snippets Groups Projects
Commit 588015ea authored by Jesse Natalie's avatar Jesse Natalie Committed by Dylan Baker
Browse files

CI: Use a sha for the Windows SPIRV-LLVM-Translator dependency


Acked-by: default avatarDaniel Stone <(daniels@collabora.com)>
Part-of: <mesa/mesa!9018>
(cherry picked from commit f59e6ad5)
parent 1e5f33d1
No related branches found
No related tags found
Loading
......@@ -62,16 +62,19 @@ if (!$?) {
Exit 1
}
# ideally we need to use a tag here instead of master
# ideally we want to use a tag here insted of a sha,
# but as of today, SPIRV-LLVM-Translator doesn't have
# a tag matching LLVM 12.0.0, which is not yet out TBH
# a tag matching LLVM 12.0.0
Get-Date
Write-Host "Cloning SPIRV-LLVM-Translator"
git clone -b master https://github.com/KhronosGroup/SPIRV-LLVM-Translator llvm-project/llvm/projects/SPIRV-LLVM-Translator
git clone https://github.com/KhronosGroup/SPIRV-LLVM-Translator llvm-project/llvm/projects/SPIRV-LLVM-Translator
if (!$?) {
Write-Host "Failed to clone SPIRV-LLVM-Translator repository"
Exit 1
}
Push-Location llvm-project/llvm/projects/SPIRV-LLVM-Translator
git checkout 5b641633b3bcc3251a52260eee11db13a79d7258
Pop-Location
Get-Date
# slightly convoluted syntax but avoids the CWD being under the PS filesystem meta-path
......
......@@ -13900,7 +13900,7 @@
"description": "CI: Use a sha for the Windows SPIRV-LLVM-Translator dependency",
"nominated": false,
"nomination_type": null,
"resolution": 4,
"resolution": 1,
"master_sha": null,
"because_sha": null
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment