Skip to content

Commit

Permalink
[ci] Update prebuild binary for llvm 15. (taichi-dev#6091)
Browse files Browse the repository at this point in the history
Build based on release/15.x branch and cherry-picked some patch for
DX12.

Issue: taichi-dev#5276 

### Brief Summary
  • Loading branch information
python3kgae authored Sep 19, 2022
1 parent 7d24b9e commit 5e5321e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/win_build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ if (!$llvmVer.CompareTo("10")) {
} else {
if (-not (Test-Path "taichi_llvm_15")) {
WriteInfo("Download and extract LLVM")
curl.exe --retry 10 --retry-delay 5 https://github.com/python3kgae/taichi_assets/releases/download/llvm15_vs2019_clang_220731/taichi-llvm-15.0.0-msvc2019.zip -LO
curl.exe --retry 10 --retry-delay 5 https://github.com/python3kgae/taichi_assets/releases/download/llvm15_vs2019_clang/taichi-llvm-15.0.0-msvc2019.zip -LO
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE; }
7z x taichi-llvm-15.0.0-msvc2019.zip -otaichi_llvm_15
}
Expand Down
2 changes: 1 addition & 1 deletion ci/windows/win_build_test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if (!$llvmVer.CompareTo("10")) {
} else {
if (-not (Test-Path "taichi_llvm_15")) {
WriteInfo("Download and extract LLVM")
curl.exe --retry 10 --retry-delay 5 https://github.com/python3kgae/taichi_assets/releases/download/llvm15_vs2019_clang_220731/taichi-llvm-15.0.0-msvc2019.zip -LO
curl.exe --retry 10 --retry-delay 5 https://github.com/python3kgae/taichi_assets/releases/download/llvm15_vs2019_clang/taichi-llvm-15.0.0-msvc2019.zip -LO
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE; }
7z x taichi-llvm-15.0.0-msvc2019.zip -otaichi_llvm_15
}
Expand Down

0 comments on commit 5e5321e

Please sign in to comment.