You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: