-
-
Notifications
You must be signed in to change notification settings - Fork 608
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
[stable] GHA: Bump Xcode version to 15.1 for macOS-13 jobs #16240
Conversation
Thanks for your pull request, @ibuclaw! Bugzilla references
Testing this PR locallyIf you don't have a local development environment setup, you can use Digger to test this PR: dub run digger -- build "stable + dmd#16240" |
Looks like CI found one more issue - https://issues.dlang.org/show_bug.cgi?id=24407
|
Find solace that we're not alone actions/runner-images#9273 / https://forums.developer.apple.com/forums/thread/737707 |
8955382
to
e74c750
Compare
Checking Xcode 15.1... |
So, it turns out that Xcode 15.0.1 is a broken release for both DMD and GCC alike, and Apple have fixed it in Xcode 15.1. That linker ICE is not worth the investigation, but we now have to switch to Xcode in the other direction to 15.1 instead while we wait for GHA to bump the default again. |
e74c750
to
9b930d0
Compare
9b930d0
to
84550bc
Compare
…fer.size()), function addAtom
84550bc
to
927f931
Compare
@thewilsonator build is green, just updated commit and this PR title to reflect new change. https://github.com/dlang/dmd/actions/runs/8027176846/job/21930810494 |
Very nice! 👍 |
Nearly a dozen bug fixes later, all woes on macOS / Xcode 15 might now be dealt with.
As there is no release of dmd with these fixes in yet, use
ldc
as the host D compiler for the interim until a new release is made.