Skip to content

Commit

Permalink
Build: Remove platforms that fail to build and apparently are not tri…
Browse files Browse the repository at this point in the history
…vial to build.
  • Loading branch information
scoder committed Mar 29, 2024
1 parent 89cb64e commit 89f2e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ skip = ["pp*-manylinux_i686", "*-musllinux_i686"]
# test-command = "python {package}/test.py -p -v"

[tool.cibuildwheel.linux]
archs = ["x86_64", "aarch64", "i686", "ppc64le", "s390x"]
archs = ["x86_64", "aarch64", "i686"] # , "ppc64le", "s390x"]
repair-wheel-command = "auditwheel repair --strip -w {dest_dir} {wheel}"

[tool.cibuildwheel.linux.environment]
Expand Down

0 comments on commit 89f2e6a

Please sign in to comment.