Skip to content

Commit

Permalink
try out manylinux2_28
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsnolde committed Aug 20, 2023
1 parent 1e55514 commit ab38738
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,13 @@ test-command = 'python -c "import vroom"'
build = "cp*"
skip = "*musllinux*"
archs = "native"
manylinux-x86_64-image = "quay.io/pypa/manylinux_2_28_x86_64"

[tool.cibuildwheel.linux]
before-all = """
yum update -y
yum install -y epel-release
yum install -y openssl-devel asio-devel
dnf update -y
dnf install -y epel-release
dnf install -y openssl-devel asio-devel
"""

[[tool.cibuildwheel.overrides]]
Expand Down

0 comments on commit ab38738

Please sign in to comment.