Skip to content

Commit

Permalink
use llvm-f22cde10
Browse files Browse the repository at this point in the history
  • Loading branch information
wkpark committed Jan 21, 2024
1 parent 959d9c5 commit 77262fe
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,12 @@ jobs:
if: matrix.runner == 'windows-latest'
shell: bash -el {0}
run: |
curl -L -O https://github.com/wkpark/triton/releases/download/llvm-f22cde10-windows/llvm-f22cde10-windows-x64.tar.gz
tar xvf llvm-f22cde10-windows-x64.tar.gz
mv llvm-f22cde10-windows-x64 LLVM
ver=c2301380
curl -L -O https://github.com/wkpark/triton/releases/download/llvm-$ver-windows/llvm-c2301380-windows-x64.tar.gz
tar xvf llvm-$ver-windows-x64.tar.gz
mv llvm-$ver-windows-x64 LLVM
echo "LLVM_SYSPATH=${{ github.workspace }}\\LLVM" >> "$GITHUB_ENV"
rm -f llvm-f22cde10-windows-x64.tar.gz
rm -f llvm-$ver-windows-x64.tar.gz
### LLVM_SHORTHASH="$(cat cmake/llvm-hash.txt | cut -c1-8)"
# prepare LLVM prebuilt path. will be downloaded and extracted by setup.py step
Expand Down

0 comments on commit 77262fe

Please sign in to comment.