Remove symbols from vault binary (#3369)

This commit is contained in:
Bharath B 2017-11-08 18:23:08 +05:30 committed by Jeff Mitchell
parent d8a701d05c
commit ba0eac153a

View File

@ -48,7 +48,7 @@ echo "==> Building..."
gox \
-osarch="${XC_OSARCH}" \
-gcflags "${GCFLAGS}" \
-ldflags "-X github.com/hashicorp/vault/version.GitCommit='${GIT_COMMIT}${GIT_DIRTY}'" \
-ldflags "${LD_FLAGS}-X github.com/hashicorp/vault/version.GitCommit='${GIT_COMMIT}${GIT_DIRTY}'" \
-output "pkg/{{.OS}}_{{.Arch}}/vault" \
-tags="${BUILD_TAGS}" \
.