Skip to content

Commit

Permalink
[JIRA SONIC-8114] To fix the build issue in redis client
Browse files Browse the repository at this point in the history
Change-Id: I1dd082738cb1e06237ab11f6cba598375c6584a5
  • Loading branch information
mbalachandar committed Aug 28, 2019
1 parent c4a48f3 commit db3ca45
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,17 @@ REST_BIN = $(BUILD_DIR)/rest_server/main
CERTGEN_BIN = $(BUILD_DIR)/rest_server/generate_cert


all: build-deps go-deps go-patch translib rest-server cli
all: build-deps go-deps go-redis-patch go-patch translib rest-server cli

build-deps:
mkdir -p $(BUILD_DIR)

go-deps: $(GO_DEPS_LIST)

go-redis-patch: go-deps
cd $(BUILD_GOPATH)/src/github.com/go-redis/redis; git checkout d19aba07b47683ef19378c4a4d43959672b7cec8 2>/dev/null ; true; \
$(GO) install -v -gcflags "-N -l" $(BUILD_GOPATH)/src/github.com/go-redis/redis

$(GO_DEPS_LIST):
$(GO) get -v $@

Expand Down

0 comments on commit db3ca45

Please sign in to comment.