Skip to content

Commit

Permalink
Update manylinux image to 2_28
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Jul 2, 2024
1 parent 8af6520 commit a59ffc5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cibuildwheel.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ skip = [

build-verbosity = 1

linux.manylinux-x86_64-image = "manylinux_2_28"
linux.before-all = [
"yum install -y llvm-toolset-7.0 || yum -v install -y llvm-toolset-7.0",
"yum install -y llvm-toolset || yum -v install -y llvm-toolset",
]

[tool.cibuildwheel.config-settings]
Expand All @@ -31,6 +32,6 @@ MYPYC_DEBUG_LEVEL = "0"
# Add llvm paths to environment to eliminate scl usage (like manylinux image does for gcc toolset).
MYPYC_OPT_LEVEL = "3"
MYPYC_DEBUG_LEVEL = "0"
PATH="$PATH:/opt/rh/llvm-toolset-7.0/root/usr/bin"
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/rh/llvm-toolset-7.0/root/usr/lib64"
PATH="$PATH:/opt/rh/llvm-toolset-17.0/root/usr/bin"
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/rh/llvm-toolset-17.0/root/usr/lib64"
CC="clang"

0 comments on commit a59ffc5

Please sign in to comment.