Make runc buildable everywhere

Currently we need to clone github.com/opencontainers/runc to
GOPATH so we can make it, it's not friendly for developers.

We can resolve it by vendoring itself as a symlink in GOPATH.

Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
This commit is contained in:
Qiang Huang
2015-10-12 19:17:58 +08:00
parent 76674393ef
commit ed7edf771f
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -1,2 +1,3 @@
vendor/pkg
runc
/runc
Godeps/_workspace/src/github.com/opencontainers/runc