-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[mono][infra] Fix mono-aot-cross build for linux-arm64 using biarch image #91019
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][infra] Fix mono-aot-cross build for linux-arm64 using biarch image #91019
Conversation
|
Tagging subscribers to this area: @directhex Issue DetailsThis PR tests linux-x64 full AOT llvm job.
|
|
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run runtime-extra-platforms |
|
Azure Pipelines failed to run 1 pipeline(s). |
|
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Description
This PR resolves the issue with the mono-aot-cross build on linux-arm64. The biarch image
cbl-mariner-2.0-cross-biarch-amd64-arm64provides rootfs for both x64 and arm64 architectures. The runtime is built using theROOTFS_DIRwhich points to/crossrootfs/arm64Themono-aot-crossis built using theROOTFS_HOST_DIRwhich points to/crossrootfs/x64.Note: This PR is one step closer to functional CI jobs, but doesn't fully fix them.
Contributes to #90427