-
Notifications
You must be signed in to change notification settings - Fork 8
Build macOS hosted toolchains on macos-14 arm64 runners #77
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
base: main
Are you sure you want to change the base?
Conversation
|
The compiler appears to work on my intel Mac. |
|
@rzblue Thank you for working on this. Oddly I have not been getting notifications for OpenSDK MRs and I did not realize work was being done get building working on Apple Silicon macs. This was a pain point for me in the past and it did not help that I lacked access to M1 hardware. While Intel Macs are a still supported by Apple, it may become time to start talking about sunsetting Intel support. We probably have a few years since Rosetta and Xcode support will still be around on macos-15 and macos-26 runners. But I imagine they will drop x86_64 from the Xcode toolchain once we are on macOS 27. |
utils/build-frontend.sh
Outdated
| if [ "$(uname -m)" != "x86_64" ]; then | ||
| die "Currently canadian builds require a x86_64 build system" | ||
| fi | ||
| # # Check if system is a x86_64 system |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this block be removed instead of commented out?
|
Just saw this comment- I believe our current plan is to support Intel Macs through the 2027 season. After that, technically there are a couple (like, 3) 2019/2020 Intel models that will still be supported for another year by Tahoe, but GitHub will drop Intel runners. |
Closes #76