Skip to content

Commit

Permalink
fix aarch
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnynunez committed Feb 2, 2025
1 parent 9e7fd1a commit 95069f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/scripts/ti_build/llvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ def setup_llvm() -> None:
elif (u.system, u.machine) in (("Linux", "arm64"), ("Linux", "aarch64")):
out = get_cache_home() / "llvm15-manylinux2014"
# FIXME: ARM LLVM!
url = "https://github.com/GaleSeLee/assets/releases/download/v0.0.5/taichi-llvm-15.0.0-linux.zip"
download_dep(url, out, strip=1)
pass
elif (u.system, u.machine) == ("Darwin", "arm64"):
out = get_cache_home() / "llvm15-m1-nozstd"
url = "https://github.com/taichi-dev/taichi_assets/releases/download/llvm15/taichi-llvm-15-m1-nozstd.zip"
Expand Down

0 comments on commit 95069f5

Please sign in to comment.