diff --git a/projects/eudsl-llvmpy/pyproject.toml b/projects/eudsl-llvmpy/pyproject.toml index 37d80db..1d1fbc1 100644 --- a/projects/eudsl-llvmpy/pyproject.toml +++ b/projects/eudsl-llvmpy/pyproject.toml @@ -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)",