- Notifications
You must be signed in to change notification settings - Fork548
[net11.0] Add ReadyToRun support for CoreCLR#24327
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:net11.0
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
- Introduced ReadyToRun configuration in Xamarin.Shared.Sdk.props.- Updated bundler environment variables in Xamarin.Shared.Sdk.targets to support ReadyToRun.- Added host_runtime_contract.h to the build process in Makefile.- Updated coreclr-bridge.m and runtime.m for R2R image handling and logging.- Updated runtime.h to reflect changes in the xamarin_pinvoke_override function signature.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ [CI Build #ed6e4d6] Build passed (Build packages) ✅Pipeline on Agent |
✅ [CI Build #ed6e4d6] Build passed (Detect API changes) ✅Pipeline on Agent |
✅ [CI Build #ed6e4d6] Build passed (Build macOS tests) ✅Pipeline on Agent |
✅ API diff for current PR / commitNET (empty diffs)✅ API diff vs stableNET (empty diffs)ℹ️ Generator diffGenerator Diff:vsdrops (html)vsdrops (raw diff)gist (raw diff) - Please review changes) Pipeline on Agent |
❌ [CI Build #ed6e4d6] Tests on macOS X64 - Mac Sonoma (14) failed ❌Failed tests are:
Pipeline on Agent |
❌ [CI Build #ed6e4d6] Tests on macOS arm64 - Mac Sequoia (15) failed ❌Failed tests are:
Pipeline on Agent |
❌ [CI Build #ed6e4d6] Tests on macOS M1 - Mac Ventura (13) failed ❌Failed tests are:
Pipeline on Agent |
❌ [CI Build #ed6e4d6] Tests on macOS M1 - Mac Monterey (12) failed ❌Failed tests are:
Pipeline on Agent |
❌ [CI Build #ed6e4d6] Tests on macOS arm64 - Mac Tahoe (26) failed ❌Failed tests are:
Pipeline on Agent |
Description
This PR adds ReadyToRun support for CoreCLR. The changes fromdotnet/runtime#121824 must be included in the VMR for this to work.
Changes