We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78ad74f + b1ddc90 commit 07fab5eCopy full SHA for 07fab5e
Makefile
@@ -35,7 +35,7 @@ static-build: VERSION ?= $(shell git describe --exact-match --tags 2>/dev/null |
35
static-build: LD_FLAGS += -linkmode external -extldflags '-static -lz' -s -w
36
static-build: GO_BUILD_PATH ?= github.com/src-d/gitbase/...
37
static-build:
38
- go build -ldflags="$(LD_FLAGS)" -v $(GO_BUILD_PATH)
+ go build $(GO_BUILD_ARGS) -ldflags="$(LD_FLAGS)" -v $(GO_BUILD_PATH)
39
40
ci-e2e: packages
41
go test ./e2e -gitbase-version="$(TRAVIS_TAG)" \
0 commit comments