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 20ca42a29e2c9142897bfc1336392048b7b16e35 Author: Jon <[email protected]> AuthorDate: Wed Apr 10 00:17:00 2024 -0700 stop removing cmake to clean up script --- .github/workflows/build_wheels.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 5daef5f..d808cc0 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -53,13 +53,11 @@ jobs: name: "Ubuntu Latest (x86_64, manylinux)", os: ubuntu-latest, cibw-arch: manylinux_x86_64, - CIBW_BEFORE_BUILD: "yum remove -y cmake" } - { name: "Ubuntu Latest (ARM64, manylinux)", os: ubuntu-latest, cibw-arch: manylinux_aarch64, - CIBW_BEFORE_BUILD: "yum remove -y cmake", use-qemu: true } - { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
