Skip to content
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

Add native AOT cross build docs #93638

Merged
merged 7 commits into from
Oct 20, 2023
Merged

Add native AOT cross build docs #93638

merged 7 commits into from
Oct 20, 2023

Conversation

richlander
Copy link
Member

No description provided.

@ghost
Copy link

ghost commented Oct 18, 2023

Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas
See info in area-owners.md if you want to be subscribed.

Issue Details

null

Author: richlander
Assignees: richlander
Labels:

area-NativeAOT-coreclr

Milestone: -

jkotas and others added 2 commits October 17, 2023 18:53
Co-authored-by: Rich Lander <rlander@microsoft.com>
Co-authored-by: Rich Lander <rlander@microsoft.com>

The .NET build has this exact same need. We produce several [container images to enable cross-building](https://github.com/dotnet/runtime/blob/main/docs/workflow/building/coreclr/linux-instructions.md).

You can use these images to build native AOT apps which work on distros as old as Ubuntu 16.04. These build images are not supported, but are expected to work (since we use them to build .NET on daily basis).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These build images are not supported, but are expected to work

This is the reason why this content lives here and not in the official docs.

Copy link
Member

@jkotas jkotas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have pushed a few edits to the existing compilation.md doc to improve flow and delete redundant information.

LGTM. Thank you!

@jkotas jkotas merged commit 189d687 into dotnet:main Oct 20, 2023
105 of 111 checks passed
@richlander richlander deleted the cross-build branch October 20, 2023 04:20
@ghost ghost locked as resolved and limited conversation to collaborators Nov 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants