Skip to content

Commit

Permalink
Add CentOS 7 llvm-toolset-7.0 install
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy committed Apr 18, 2024
1 parent d48e0bf commit 7d1aabd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cibw_before_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ if command -v apt; then
apt update && apt install --assume-yes libclang-7-dev clang-7 llvm-7
elif command -v apk; then
apk update && apk add clang-dev
elif command -v yum; then
yum install centos-release-scl
yum install llvm-toolset-7.0
scl enable llvm-toolset-7.0 bash
fi

pushd rizin
Expand Down

0 comments on commit 7d1aabd

Please sign in to comment.