Skip to content

Commit

Permalink
Remove us building Solaris binaries for the moment, as they don't bui…
Browse files Browse the repository at this point in the history
…ld successfully
  • Loading branch information
jefferai committed Mar 16, 2016
1 parent d887ecb commit 1a28dc8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion helper/mlock/mlock_unavail.go
@@ -1,4 +1,4 @@
// +build windows plan9 darwin freebsd openbsd
// +build windows plan9 darwin freebsd openbsd netbsd

package mlock

Expand Down
2 changes: 1 addition & 1 deletion helper/password/password_unix.go
@@ -1,4 +1,4 @@
// +build linux darwin freebsd
// +build linux darwin freebsd netbsd openbsd

package password

Expand Down
2 changes: 1 addition & 1 deletion scripts/build.sh
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/source/downloads.html.erb
Expand Up @@ -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>
Expand Down

0 comments on commit 1a28dc8

Please sign in to comment.