Merge pull request #9286 from gyuho/vvv

build: fix "internal/version" LD flags
This commit is contained in:
Gyuho Lee 2018-02-06 10:43:46 -08:00 committed by GitHub
commit 88d623f06a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
build
View File

@ -10,7 +10,7 @@ if [ ! -z "$FAILPOINTS" ]; then
fi
# Set GO_LDFLAGS="-s" for building without symbols for debugging.
GO_LDFLAGS="$GO_LDFLAGS -X ${REPO_PATH}/version.GitSHA=${GIT_SHA}"
GO_LDFLAGS="$GO_LDFLAGS -X ${REPO_PATH}/internal/version.GitSHA=${GIT_SHA}"
# enable/disable failpoints
toggle_failpoints() {