This is an automated email from the ASF dual-hosted git repository. jmalkin pushed a commit to branch muslinux-wheels in repository https://gitbox.apache.org/repos/asf/datasketches-python.git
commit f9b005fcaf725bf03da36cf2c06837771ad71f70 Author: Jon <[email protected]> AuthorDate: Tue Apr 9 23:53:37 2024 -0700 try to remove unneeded yum command from musllinux --- pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5c584ec..0284419 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ requires = ["wheel", build-backend = "setuptools.build_meta" [tool.cibuildwheel] -build-verbosity = 0 # options: 1, 2, or 3 +build-verbosity = 0 # options: 1, 2, or 3 skip = ["cp36-*", "cp37-*", "pp*", "*-win32"] [tool.cibuildwheel.windows] @@ -34,5 +34,9 @@ archs = ["auto64"] archs = ["auto", "aarch64"] before-build = "yum remove -y cmake" +[[tool.cibuildwheel.overrides]] +select = "*muslllinux*" +before-build = "" + [tool.cibuildwheel.macos] archs = ["x86_64", "arm64"] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
