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/20 02:24:06 UTC

[datasketches-cpp] branch linux-arm64-wheels updated: print build identifiers to help debug

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


The following commit(s) were added to refs/heads/linux-arm64-wheels by this push:
     new 0fd7600  print build identifiers to help debug
0fd7600 is described below

commit 0fd76003a9a146922684b6530f57119a20584748
Author: Jon Malkin <78...@users.noreply.github.com>
AuthorDate: Thu Jan 19 18:23:57 2023 -0800

    print build identifiers to help debug
---
 .github/workflows/build_wheels.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml
index 264fd74..8e34ca7 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -99,7 +99,7 @@ jobs:
           echo "CIBW_ENVIRONMENT_MACOS=CMAKE_OSX_ARCHITECTURES=\"$CMAKE_OSX_ARCHITECTURES\"" >> $GITHUB_ENV
         
       - name: Build wheels
-        run: python -m cibuildwheel --output-dir dist
+        run: python -m cibuildwheel --print-build-identifiers && python -m cibuildwheel --output-dir dist
         env:
           CIBW_ARCHS_MACOS: "x86_64 arm64"
           CIBW_BUILD: "*-${{ matrix.config.cibw-arch }}"


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