Skip to content

Commit

Permalink
Merge pull request #9286 from gyuho/vvv
Browse files Browse the repository at this point in the history
build: fix "internal/version" LD flags
  • Loading branch information
gyuho authored Feb 6, 2018
2 parents 3bd0114 + 3215cf7 commit 88d623f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 88d623f

Please sign in to comment.