Skip to content

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

Closed
dotnet/fsharp
#18299
@ellahathaway

Description

@ellahathaway

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

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions