Skip to content

Commit

Permalink
[LLVM] Update cpu_aarch64 LLVM to 17.0.x (#189)
Browse files Browse the repository at this point in the history
This was validated by building the wheel following instructions
in the README.md
  • Loading branch information
lhutton1 committed Nov 6, 2023
1 parent 50d6191 commit 7c6365b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.package-cpu_aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN bash /install/centos_install_cmake.sh

# build llvm
COPY install/centos_build_llvm.sh /install/centos_build_llvm.sh
RUN bash /install/centos_build_llvm.sh 16.0
RUN bash /install/centos_build_llvm.sh 17.0

# upgrade patchelf due to the bug in patchelf 0.10
# see details at https://stackoverflow.com/questions/61007071/auditwheel-repair-not-working-as-expected
Expand Down

0 comments on commit 7c6365b

Please sign in to comment.