Skip to content

Commit

Permalink
Update manylinux image to 2_28 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored Jul 2, 2024
1 parent 1a701ff commit 348f214
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions cibuildwheel.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[tool.cibuildwheel]

build-frontend = "build"
musllinux-x86_64-image = "musllinux_1_1" # Change to musllinux_1_2 at some point
linux.manylinux-x86_64-image = "manylinux_2_28"
linux.musllinux-x86_64-image = "musllinux_1_1" # Change to musllinux_1_2 at some point

# Don't build 32-bit wheels or PyPy
skip = [
Expand All @@ -17,7 +18,7 @@ test-skip = "cp38-macosx_arm64"
build-verbosity = 1

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",
]

before-test = [
Expand Down Expand Up @@ -68,8 +69,8 @@ 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"

[[tool.cibuildwheel.overrides]]
Expand Down

0 comments on commit 348f214

Please sign in to comment.