Skip to content

lang/go does not set GOOS variable to "illumos" #350

Description

@bardo

Some Go packages fail to build due to the GOOS variable being unset, which makes Go default to a Solaris build:

go env | grep -E 'GO(ARCH|OS)'
GOARCH="amd64"
GOOS="solaris"

The illumos target was introduced with golang/go#20603, and it should probably be set in lang/go/version.mk.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions