-
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
[wip][mono][tests] Fix Mono AOT compiler failing build on linux-arm64 #89182
Conversation
Tagging subscribers to this area: @directhex Issue DetailsThis PR aims to fix failing Mono AOT compiler build reported in #86324. The idea is to split this job in two - an offset generation job using an arm64 crossrootfs, and the AOT compiler job using an x64 crossrootfs. DescriptionTBD Work in progress.
|
Closing this PR in favor of create a new multi-targeting Mariner docker image (passing an overridden crossrootfs property where needed to the appropriate targets, since we assume we use the same property throughout). /cc: @directhex |
This PR aims to fix failing Mono AOT compiler build reported in #86324. The idea is to split this job in two - an offset generation job using an arm64 crossrootfs, and the AOT compiler job using an x64 crossrootfs.
Description
TBD
Work in progress.