Skip to content

Commit 6c58a6f

Browse files
author
Adam Lugowski
committed
Add musllinux wheels
Signed-off-by: Adam Lugowski <[email protected]>
1 parent 5a3d56b commit 6c58a6f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ spaces_indent_inline_array = 4
202202
trailing_comma_inline_array = true
203203

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

215+
[[tool.cibuildwheel.overrides]]
216+
select = "*-musllinux*"
217+
before-all = "apk --no-cache add coreutils procps"
218+
215219
[build-system]
216220
build-backend = "setuptools.build_meta"
217221
requires = ["setuptools>=43", "wheel"]

0 commit comments

Comments
 (0)