-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
GH-41566: [CI][Packaging] macOS wheel for Catalina fails to build on macOS arm64 #41567
Conversation
…ld on macOS arm64
|
@github-actions crossbow submit wheel-macos-catalina-* |
Revision: 4316e90 Submitted crossbow builds: ursacomputing/crossbow @ actions-7c1868602e
|
@kou this seems to have started failing for macOS arm64. I am going to merge the change to unblock 16.1.0 and if you think is necessary we can open an issue to update to |
…macOS arm64 (#41567) ### Rationale for this change Wheels for macOS catalina are failing ### What changes are included in this PR? Use macos-13 instead of (latest) ARM ### Are these changes tested? Yes, via archery ### Are there any user-facing changes? No * GitHub Issue: #41566 Authored-by: Raúl Cumplido <[email protected]> Signed-off-by: Raúl Cumplido <[email protected]>
After merging your PR, Conbench analyzed the 5 benchmarking runs that have been run so far on merge-commit c79b6a5. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 1 possible false positive for unstable benchmarks that are known to sometimes produce them. |
Thanks! |
FWIW we will have to support intel mac wheels for quite some time. So in case github actions would drop the older (intel) mac runners (but I assume that will also still take some years, given they only deprecated macos-11 no, and there are still macos-12 and 13), we just have to figure out how to actually fix building it on am arm64 machine, because it should support cross-compiling |
I see. Could you open a new issue for it? |
As long as github provides an intel-based macos runner (which I assume they will still do for some years), I think it is actually better to use those and to not cross-compile, so for now I don't think there is anything to do (this PR was a good fix) |
OK! |
…ld on macOS arm64 (apache#41567) ### Rationale for this change Wheels for macOS catalina are failing ### What changes are included in this PR? Use macos-13 instead of (latest) ARM ### Are these changes tested? Yes, via archery ### Are there any user-facing changes? No * GitHub Issue: apache#41566 Authored-by: Raúl Cumplido <[email protected]> Signed-off-by: Raúl Cumplido <[email protected]>
Rationale for this change
Wheels for macOS catalina are failing
What changes are included in this PR?
Use macos-13 instead of (latest) ARM
Are these changes tested?
Yes, via archery
Are there any user-facing changes?
No
Could NOT find Python3
#41566