Skip to content

Commit beaaef2

Browse files
committed
Makefile: speed up godep install
Signed-off-by: Cristian Staretu <[email protected]>
1 parent 359c2f5 commit beaaef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ checks:
3939
run-build: deps checks clean
4040
cd ${GOPATH}/src/github.com/contiv/netplugin && version/generate_version ${USE_RELEASE} && \
4141
cd $(GOPATH)/src/github.com/contiv/netplugin && \
42-
godep go install -v $(TO_BUILD) && \
42+
GOGC=1500 godep go install -v $(TO_BUILD) && \
4343
sudo cp scripts/contrib/completion/bash/netctl /etc/bash_completion.d/netctl
4444

4545
build:

0 commit comments

Comments
 (0)