You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 2, 2023. It is now read-only.
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