Having trouble compiling this for MUSL on Void Lin...
# general
m
Having trouble compiling this for MUSL on Void Linux.
e
Well for one
go install -ldflags "-X <http://github.com/pulumi/pulumi/sdk/v3/go/common/version.Version=3.46.1-dev.0|github.com/pulumi/pulumi/sdk/v3/go/common/version.Version=3.46.1-dev.0>" <http://github.com/pulumi/pulumi/sdk/v3/dotnet/cmd/pulumi-language-dotnet|github.com/pulumi/pulumi/sdk/v3/dotnet/cmd/pulumi-language-dotnet>
dotnet isn't in that location anymore so you'll want to update your scripts for later versions.
aarch64-linux-gnu-gcc: error: unrecognized command-line option '-m64'
looks like "go build" isn't getting the right tool chain automatically, but I think you might be able to just turn CGO off (CGO_ENABLED=0) to work around that?