-
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][infra] Fix mono-aot-cross build for linux-arm64 using biarch image #91019
[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-arm64
provides rootfs for both x64 and arm64 architectures. The runtime is built using theROOTFS_DIR
which points to/crossrootfs/arm64
Themono-aot-cross
is built using theROOTFS_HOST_DIR
which points to/crossrootfs/x64
.Note: This PR is one step closer to functional CI jobs, but doesn't fully fix them.
Contributes to #90427