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

[UB] fsharp does not produce Microsoft.FSharp.Compiler artifact on Linux #4799

Open
ellahathaway opened this issue Dec 6, 2024 · 2 comments

Comments

@ellahathaway
Copy link
Member

fsharp is not producing Microsoft.FSharp.Compiler on Linux. See the differences between the artifacts produced from a linux build and a windows build below.

Linux:

  New artifact(s) after building fsharp:
    -> FSharp.Compiler.Service/43.9.200-preview.24578.1
    -> FSharp.Core/9.0.200-beta.24578.1
    -> assets/symbols/FSharp.Compiler.Service.43.9.200-preview.24578.1.symbols.nupkg
    -> assets/symbols/FSharp.Core.9.0.200-beta.24578.1.symbols.nupkg

Windows:

 New artifact(s) after building fsharp:
    -> Microsoft.FSharp.Compiler/13.9.200-beta.24578.1
    -> assets/symbols/Microsoft.FSharp.Compiler.13.9.200-beta.24578.1.symbols.nupkg

Microsoft.FSharp.Compiler is important for the purposes of the .NET build, because unless it is produced, nothing flows to SDK in the VMR build. We should investigate why this package is not being produced on Linux.

cc @mmitche

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.

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.

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

No branches or pull requests

2 participants