dotnet / fsharp

The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio
https://dotnet.microsoft.com/languages/fsharp
MIT License
3.82k stars 772 forks source link

Unblock the CI #17329

Closed psfinaki closed 1 week ago

psfinaki commented 1 week ago

We have WindowsCompressedMetadata job failing right now, blocking all the builds. There are currently about 2k tests failing there, due to some legacy build system stuff.

This change fixes about 90% of those, rest 10% are ignored. The related bug: #17330

github-actions[bot] commented 1 week ago

:white_check_mark: No release notes required

vzarytovskii commented 1 week ago

Good, thanks, force-merged.