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

Stage2 mono builds fail while building fsharp due to using R2R #4463

Closed
tmds opened this issue Jun 12, 2024 · 3 comments · Fixed by dotnet/fsharp#17300
Closed

Stage2 mono builds fail while building fsharp due to using R2R #4463

tmds opened this issue Jun 12, 2024 · 3 comments · Fixed by dotnet/fsharp#17300

Comments

@tmds
Copy link
Member

tmds commented Jun 12, 2024

The mono stage2 builds go looking for crossgen2 while building fsharp but that package doesn't get built with a mono runtime (because mono can't use the r2r format).

The PublishReadyToRun properties added in dotnet/fsharp#16860 should be made conditional to not apply when the vmr is built with --use-mono-runtime.

cc @ViktorHofer @MichaelSimons @omajid

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.

1 similar comment
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.

@tmds
Copy link
Member Author

tmds commented Jun 15, 2024

Fixed by dotnet/fsharp#17300.

@tmds tmds closed this as completed Jun 15, 2024
@github-project-automation github-project-automation bot moved this from Backlog to Done in .NET Source Build Jun 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant