containerd build OK

This commit is contained in:
Ertuğrul Erata
2018-06-17 17:01:38 +03:00
parent a72b4fbc76
commit de015f796b
3 changed files with 12 additions and 10 deletions
@@ -19,7 +19,6 @@ shelltools.export("GOPATH", "%s" % get.workDIR())
shelltools.export("CGO_CFLAGS", "-I/usr/include")
shelltools.export("CGO_LDFLAGS", "-L/usr/lib")
shelltools.export("DOCKER_BUILDTAGS","seccomp")
shelltools.export("GOWORK","src/github.com/docker")
NoStrip=["/"]
@@ -28,7 +27,6 @@ def setup():
shelltools.cd("components/cli/src/github.com/docker")
shelltools.system("ln -s ../../../../cli . ")
def build():
shelltools.cd("%s" % get.workDIR())
shelltools.cd("docker-ce-%s-ce/components/engine" % get.srcVERSION())
@@ -53,6 +51,4 @@ def install():
pisitools.dobin("components/engine/contrib/check-config.sh")
pisitools.dodoc("VERSION", "README.md","CONTRIBUTING.md", "CHANGELOG.md")