Skip to content
This repository was archived by the owner on Aug 2, 2023. It is now read-only.
This repository was archived by the owner on Aug 2, 2023. It is now read-only.

go/x509 build fails on Solaris platform, dependency for Docker port #1320

@amitkris

Description

@amitkris

Hi,

The go/x509 package fails to build for Solaris.
Since go/x509 is a dependency for the Docker project and we're working to port Docker for the Solaris platform github.com/docker/docker/#23397 it would be great if this could be fixed.

The fix is a one word addition.
Solaris needs to be added as a platform in the go/x509/root_unix.go filed.
-// +build dragonfly freebsd linux openbsd netbsd
+// +build dragonfly freebsd linux openbsd netbsd solaris

Thanks!

Metadata

Metadata

Assignees

No one assigned

    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