Skip to content

Commit

Permalink
Try not installing centos-release-scl
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy committed Apr 18, 2024
1 parent b6b291f commit 3661748
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cibw_before_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ if command -v apt; then
elif command -v apk; then
apk update && apk add clang-dev
elif command -v yum; then
yum -y install centos-release-scl llvm-toolset-7.0 llvm-toolset-7.0-llvm-devel
source scl_source enable llvm-toolset-7.0 || true
# yum -y install centos-release-scl llvm-toolset-7.0 llvm-toolset-7.0-llvm-devel
yum -y install llvm-toolset-7.0 llvm-toolset-7.0-llvm-devel
# source scl_source enable llvm-toolset-7.0 || true
fi

pushd rizin
Expand Down

0 comments on commit 3661748

Please sign in to comment.