-
-
Notifications
You must be signed in to change notification settings - Fork 38
Support macOS for release builds #196
Copy link
Copy link
Open
Labels
enhancementNew feature or enhancementNew feature or enhancementexternalThe issue is caused by a third-partyThe issue is caused by a third-partyhelp wantedCommunity assistance is most appreciatedCommunity assistance is most appreciated
Milestone
Metadata
Metadata
Assignees
Labels
enhancementNew feature or enhancementNew feature or enhancementexternalThe issue is caused by a third-partyThe issue is caused by a third-partyhelp wantedCommunity assistance is most appreciatedCommunity assistance is most appreciated
We're using NativeAOT-LLVM compiler for release builds and it doesn't provide a macOS target yet.
Afaik, the maintainers are open for PRs on that, so if anyone interested — please let them know.
Associated upstream issue: dotnet/runtimelab#2119
Once upstream is ready, we can add the macOS-related plumbing in these files:
bootsharp/src/cs/Bootsharp/Build/Bootsharp.targets
Lines 22 to 31 in bbf6b61
bootsharp/src/cs/.scripts/llvm.sh
Lines 9 to 14 in 2346e99