We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 359c2f5 commit beaaef2Copy full SHA for beaaef2
Makefile
@@ -39,7 +39,7 @@ checks:
39
run-build: deps checks clean
40
cd ${GOPATH}/src/github.com/contiv/netplugin && version/generate_version ${USE_RELEASE} && \
41
cd $(GOPATH)/src/github.com/contiv/netplugin && \
42
- godep go install -v $(TO_BUILD) && \
+ GOGC=1500 godep go install -v $(TO_BUILD) && \
43
sudo cp scripts/contrib/completion/bash/netctl /etc/bash_completion.d/netctl
44
45
build:
0 commit comments