You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh wait a second, that job uses macos-latest, which is now arm64 macOS 14. So default /usr/bin/cc might not really like x86_64 input. So I'd try reverting to a x86 macOS runner, either macos-13 or macos-12 as first thing.
Findings from that PR: looks Xcode v15-related, as the same assertion happens on macos-13 x86_64, with the same Xcode v15.0.1, but macos-12 with Xcode v14.2 works. dlang/installer#576 (comment)
Building DMD on OSX with
-O -inline -release -flto=full
: https://github.com/dlang/installer/actions/runs/9023729802/job/24796283183Judging from the error, only
-flto=full
seems to be important here.Copy of logs.
The text was updated successfully, but these errors were encountered: