mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
Don't use pre-defined GOPATH
All packages should be vendored, so there's no need to include the pre-defined GOPATH in the search path. Signed-off-by: Ido Yariv <ido@wizery.com>
This commit is contained in:
@@ -7,7 +7,7 @@ RUNC_BUILD_PATH=/go/src/github.com/opencontainers/runc/runc
|
||||
RUNC_INSTANCE=runc_dev
|
||||
COMMIT=$(shell git rev-parse HEAD 2> /dev/null || true)
|
||||
RUNC_LINK=$(CURDIR)/Godeps/_workspace/src/github.com/opencontainers/runc
|
||||
export GOPATH:=$(CURDIR)/Godeps/_workspace:$(GOPATH)
|
||||
export GOPATH:=$(CURDIR)/Godeps/_workspace
|
||||
|
||||
.PHONY=dbuild
|
||||
|
||||
|
||||
Reference in New Issue
Block a user