You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2022/06/11 08:50:00 UTC

[jira] [Created] (ARROW-16814) [CI][Python] Sanitize macOS wheel build steps

Antoine Pitrou created ARROW-16814:
--------------------------------------

             Summary: [CI][Python] Sanitize macOS wheel build steps
                 Key: ARROW-16814
                 URL: https://issues.apache.org/jira/browse/ARROW-16814
             Project: Apache Arrow
          Issue Type: Task
          Components: Continuous Integration, Packaging, Python
            Reporter: Antoine Pitrou


The wheel build task in {{dev/tasks/python-wheels/github.osx.arm64.yml}} uses a hodgepodge of random {{arch}} calls that currently work but do not have a rational justification.

Someone should take a deep look at these and rationalize them: normally, it should be enough to create each Python environment with the right architecture.

Also, do note that the self-hosted M1 runner actually runs in x86 mode by default, so it's necessary to issue {{arch -arm64}} to select ARM64 mode.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)