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

[mono] Check in offsets files used for AOT cross compilers #109612

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

akoeplinger
Copy link
Member

This allows us to remove a join point in the VMR build. Instead of generating the offsets during the AOT cross compiler build we use the checked in files and change the existing CI job to validate that the generated file matches the checked in ones.

Fixes dotnet/source-build#3701

Copy link
Member

@steveisok steveisok left a comment

Choose a reason for hiding this comment

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

nice! This will help for the local build too when dealing with windows / android, for example.

This allows us to remove a join point in the VMR build.
Instead of generating the offsets during the AOT cross compiler build we use the checked in files and change the existing CI job to validate that the generated file matches the checked in ones.

Fixes dotnet/source-build#3701
@akoeplinger
Copy link
Member Author

/ba-g timeouts are unrelated to the PR changes.

@akoeplinger akoeplinger merged commit ef685ad into dotnet:main Nov 8, 2024
157 of 163 checks passed
@akoeplinger akoeplinger deleted the offsets-files branch November 8, 2024 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[VMR][mono] Check in AOT offsets file(s), remove offsets jobs from official build
2 participants