runv: modify GOPATH to build

So that we can use runv repo as git submodule without splitting it.

Signed-off-by: Peng Tao <bergwolf@gmail.com>
This commit is contained in:
Peng Tao
2018-01-28 12:12:55 +08:00
parent 275c683ce5
commit e0f4c52836
4 changed files with 11 additions and 6 deletions

4
.gitmodules vendored
View File

@@ -1,6 +1,6 @@
[submodule "cc-runtime"]
path = cc-runtime
url = https://github.com/clearcontainers/runtime
[submodule "runvcli"]
[submodule "runv"]
path = runv
url = https://github.com/hyperhq/runvcli.git
url = https://github.com/hyperhq/runv.git