-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[mono][tests] Enable dynamic linking for maccatalyst in sandbox environment #88847
[mono][tests] Enable dynamic linking for maccatalyst in sandbox environment #88847
Conversation
Tagging subscribers to 'os-maccatalyst': @steveisok, @akoeplinger Issue DetailsThis PR should fix the failing maccatalyst jobs in the sandbox environment by enabling dynamic linking. Additionally, it explicitly sets
|
/cc: @jandupej This PR should unblock you. |
/azp run runtime-maccatalyst |
No commit pushedDate could be found for PR 88847 in repo dotnet/runtime |
/azp run runtime-maccatalyst |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-maccatalyst |
Azure Pipelines successfully started running 1 pipeline(s). |
This PR should fix the failing maccatalyst jobs in the sandbox environment by enabling dynamic linking. Additionally, it explicitly sets
MonoForceInterpreter
to false in the sample app when running in the full AOT mode on iossimulator and maccatalyst.