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

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

Open
3 tasks
steveisok opened this issue Oct 31, 2023 · 2 comments
Open
3 tasks
Assignees

Comments

@steveisok
Copy link
Member

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.

  • Produce offset files locally and check them into the runtime repo
  • Adjust build to pick them up from the source tree instead of where azdo places them now
  • Add some kind of validation job to make sure the offset files are up to date
Copy link

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.

@mmitche
Copy link
Member

mmitche commented Jan 23, 2024

@akoeplinger What's the status of this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

No branches or pull requests

4 participants