Prefer Godep dependencies in the GOPATH
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
parent
38d06a35e4
commit
53bab7d85f
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
||||||
RUNC_TEST_IMAGE=runc_test
|
RUNC_TEST_IMAGE=runc_test
|
||||||
PROJECT=github.com/opencontainers/runc
|
PROJECT=github.com/opencontainers/runc
|
||||||
TEST_DOCKERFILE=test_Dockerfile
|
TEST_DOCKERFILE=test_Dockerfile
|
||||||
export GOPATH:=$(GOPATH):$(CURDIR)/Godeps/_workspace
|
export GOPATH:=$(CURDIR)/Godeps/_workspace:$(GOPATH)
|
||||||
|
|
||||||
all:
|
all:
|
||||||
go build -o runc .
|
go build -o runc .
|
||||||
|
|
Loading…
Reference in New Issue