Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github actions not producing arm64 Mach-0 files but local builds do #55

Open
doublethefish opened this issue Apr 10, 2023 · 0 comments
Open

Comments

@doublethefish
Copy link
Collaborator

The wheels downloaded from the github actions do not contain arm-64 format binaries for osx, but locally built files, using the same process on BOTH intel and arm64 machines, do.

  1. Download the artifacts from an action e.g. this one
  2. Unzip the artifacts
  3. Unzip any of the tmap_viz-*-macosx_*_arm64.whl
  4. From inside the unzip file location In terminal run file _tmap.cpython-<X>-darwin.so (also run it on the other binaries)
  5. Notice that the .so is amd64 instead of the requested arm64 format
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant