Skip to content

Commit

Permalink
Add musllinux wheels
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Lugowski <alugowski@gmail.com>
  • Loading branch information
Adam Lugowski committed Apr 15, 2024
1 parent 5a3d56b commit 6c58a6f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ spaces_indent_inline_array = 4
trailing_comma_inline_array = true

[tool.cibuildwheel]
skip = ["*-musllinux*", "pp*"]
skip = ["pp*"]
test-command = [
"env PYTHONWARNINGS=always PYTHONUNBUFFERED=1 PSUTIL_DEBUG=1 PSUTIL_SCRIPTS_DIR={project}/scripts python {project}/psutil/tests/runner.py",
"env PYTHONWARNINGS=always PYTHONUNBUFFERED=1 PSUTIL_DEBUG=1 PSUTIL_SCRIPTS_DIR={project}/scripts python {project}/psutil/tests/test_memleaks.py",
Expand All @@ -212,6 +212,10 @@ test-extras = "test"
[tool.cibuildwheel.macos]
archs = ["arm64", "x86_64"]

[[tool.cibuildwheel.overrides]]
select = "*-musllinux*"
before-all = "apk --no-cache add coreutils procps"

[build-system]
build-backend = "setuptools.build_meta"
requires = ["setuptools>=43", "wheel"]

0 comments on commit 6c58a6f

Please sign in to comment.