Skip to content

Commit

Permalink
trying to fix jekins failure
Browse files Browse the repository at this point in the history
trying to fix jekins failure
  • Loading branch information
zhexuany committed Dec 11, 2017
1 parent 29843e6 commit e6db429
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ all: dev server benchkv
dev: checklist parserlib test check

build:
go get -u github.com/golang/dep/cmd/dep
dep ensure
dep prune
$(GOBUILD)

goyacc:
Expand Down Expand Up @@ -145,6 +142,9 @@ ifeq ("$(WITH_RACE)", "1")
endif

server: parserlib
go get -u github.com/golang/dep/cmd/dep
dep ensure
dep prune
ifeq ($(TARGET), "")
$(GOBUILD) $(RACE_FLAG) -ldflags '$(LDFLAGS)' -o bin/tidb-server tidb-server/main.go
else
Expand Down

0 comments on commit e6db429

Please sign in to comment.