Skip to content

Commit

Permalink
[llvm] fix aarch64 cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental committed Jan 30, 2025
1 parent b3bacfd commit 1ce25e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/eudsl-llvmpy/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ test-command = "ccache -sv"

[tool.cibuildwheel.linux]
before-all = [
"yum install -y clang",
"yum install -y clang libarchive-devel antlr-tool libxml2-devel libxslt-devel libcurl-devel",
# ccache
"echo $(if [ \"$(arch)\" == \"x86_64\" ]; then curl -sLO https://github.com/ccache/ccache/releases/download/v4.10.2/ccache-4.10.2-linux-x86_64.tar.xz && tar -xf ccache-4.10.2-linux-x86_64.tar.xz && pushd ccache-4.10.2-linux-x86_64 && make install && popd; fi)",
"echo $(if [ \"$(arch)\" == \"aarch64\" ]; then dnf install -y ccache; fi)",
Expand Down

0 comments on commit 1ce25e6

Please sign in to comment.