Remove us building Solaris binaries for the moment, as they don't build successfully
This commit is contained in:
parent
77e4ee76bb
commit
786bce24b1
|
@ -1,4 +1,4 @@
|
|||
// +build windows plan9 darwin freebsd openbsd
|
||||
// +build windows plan9 darwin freebsd openbsd netbsd
|
||||
|
||||
package mlock
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build linux darwin freebsd
|
||||
// +build linux darwin freebsd netbsd openbsd
|
||||
|
||||
package password
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ GIT_DIRTY=$(test -n "`git status --porcelain`" && echo "+CHANGES" || true)
|
|||
|
||||
# Determine the arch/os combos we're building for
|
||||
XC_ARCH=${XC_ARCH:-"386 amd64 arm"}
|
||||
XC_OS=${XC_OS:-linux darwin windows freebsd openbsd netbsd solaris}
|
||||
XC_OS=${XC_OS:-linux darwin windows freebsd openbsd netbsd}
|
||||
|
||||
GOPATH=${GOPATH:-$(go env GOPATH)}
|
||||
case $(uname) in
|
||||
|
|
|
@ -26,7 +26,7 @@ description: |-
|
|||
verify the checksums signature file
|
||||
</a>
|
||||
which has been signed using <a href="https://hashicorp.com/security.html" target="_TOP">HashiCorp's GPG key</a>.
|
||||
You can also <a href="https://releases.hashicorp.com/vault/" target="_TOP">download older versions of Vault</a> from the releases service.
|
||||
You can also download binaries for FreeBSD, NetBSD, and OpenBSD, as well as older versions of Vault, from <a href="https://releases.hashicorp.com/vault/" target="_TOP">the releases service</a>.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue