Skip to content

Commit f9b005f

Browse files
author
Jon
committed
try to remove unneeded yum command from musllinux
1 parent 4a45c05 commit f9b005f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ requires = ["wheel",
2424
build-backend = "setuptools.build_meta"
2525

2626
[tool.cibuildwheel]
27-
build-verbosity = 0 # options: 1, 2, or 3
27+
build-verbosity = 0 # options: 1, 2, or 3
2828
skip = ["cp36-*", "cp37-*", "pp*", "*-win32"]
2929

3030
[tool.cibuildwheel.windows]
@@ -34,5 +34,9 @@ archs = ["auto64"]
3434
archs = ["auto", "aarch64"]
3535
before-build = "yum remove -y cmake"
3636

37+
[[tool.cibuildwheel.overrides]]
38+
select = "*muslllinux*"
39+
before-build = ""
40+
3741
[tool.cibuildwheel.macos]
3842
archs = ["x86_64", "arm64"]

0 commit comments

Comments
 (0)