You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by jm...@apache.org on 2023/01/19 18:47:47 UTC

[datasketches-cpp] branch linux-arm64-wheels created (now d830b15)

This is an automated email from the ASF dual-hosted git repository.

jmalkin pushed a change to branch linux-arm64-wheels
in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git


      at d830b15  Add linux+arm64 wheel to build

This branch includes the following new commits:

     new d830b15  Add linux+arm64 wheel to build

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org


[datasketches-cpp] 01/01: Add linux+arm64 wheel to build

Posted by jm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jmalkin pushed a commit to branch linux-arm64-wheels
in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git

commit d830b15c92fd9934726d9b2e207d6ac38dcf1235
Author: Jon Malkin <78...@users.noreply.github.com>
AuthorDate: Thu Jan 19 10:47:40 2023 -0800

    Add linux+arm64 wheel to build
    
    We're missing this from the set of wheels we build, and it's used by some large cloud providers. And just in general, this probably should have been there from the beginning -- it's likely more useful than the wheel we provide for 32-bit linux systems.
---
 .github/workflows/build_wheels.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml
index 380777e..524329c 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -60,6 +60,11 @@ jobs:
             os: ubuntu-latest,
             cibw-arch: manylinux_i686
           }
+        - {
+            name: "Ubuntu Latest (ARM64)",
+            os: ubuntu-latest,
+            cibw-arch: manylinux_aarch64
+          }
         - {
             name: "Windows Latest",
             os: windows-latest,


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org