Skip to content

Commit

Permalink
fixup! skip 32-bit & musl
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Jan 23, 2024
1 parent 73e1cee commit aab510a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,13 @@ manylinux-aarch64-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_aarch64:libss
manylinux-ppc64le-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_ppc64le:libssh-v0.9.6"
manylinux-s390x-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_s390x:libssh-v0.9.6"
manylinux-x86_64-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_x86_64:libssh-v0.9.6"
skip = [
"*-musllinux_*", # FIXME: musllinux needs us to provide with containers pre-built libssh

# The support for 32-bit wheels has been dropped long ago:
"*-manylinux_i686",
"*-musllinux_i686",
]

[tool.cibuildwheel.linux.environment]
STATIC_DEPS_DIR = "$(cat /root/.static-deps-path)"
Expand Down

0 comments on commit aab510a

Please sign in to comment.