Skip to content

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

Merged
akoeplinger merged 1 commit intodotnet:mainfrom
akoeplinger:offsets-files
Nov 8, 2024
Merged

[mono] Check in offsets files used for AOT cross compilers#109612
akoeplinger merged 1 commit intodotnet:mainfrom
akoeplinger:offsets-files

Conversation

@akoeplinger
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Member Author

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

@akoeplinger akoeplinger merged commit ef685ad into dotnet:main Nov 8, 2024
@akoeplinger akoeplinger deleted the offsets-files branch November 8, 2024 09:05
@github-actions github-actions Bot locked and limited conversation to collaborators Dec 9, 2024
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.

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

2 participants