-
Notifications
You must be signed in to change notification settings - Fork 132
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
[VMR][mono] Check in AOT offsets file(s), remove offsets jobs from official build #3701
Closed
3 tasks done
Closed
3 tasks done
Labels
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
@akoeplinger What's the status of this? |
This was referenced Mar 5, 2024
akoeplinger
added a commit
to akoeplinger/runtime
that referenced
this issue
Nov 7, 2024
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
added a commit
to akoeplinger/runtime
that referenced
this issue
Nov 7, 2024
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
added a commit
to akoeplinger/runtime
that referenced
this issue
Nov 7, 2024
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
mikelle-rogers
pushed a commit
to mikelle-rogers/runtime
that referenced
this issue
Dec 10, 2024
…9612) 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the runtime official build, the first step in building mono cross compilers requires generating offset files in a separate job and is later consumed in another job that produces the binaries. This approach makes a VMR vertical build more difficult because we cannot express "build all artifacts for linux-arm64" in one go without depending on a separate job.
The text was updated successfully, but these errors were encountered: