runc-1.0.2

This commit is contained in:
Rmys
2021-09-02 13:57:02 +03:00
committed by GitHub
parent 0749e6d953
commit 6973417634
2 changed files with 6 additions and 14 deletions
+3 -4
View File
@@ -12,10 +12,9 @@ from pisi.actionsapi import get
#shelltools.export("GOPATH", "%s" % get.curDIR())
shelltools.export("DOCKER_BUILDTAGS","seccomp")
shelltools.export("COMMIT","4144b63")
shelltools.export("COMMIT","52b36a2")
shelltools.export("BINDIR","/usr/bin")
def setup():
shelltools.cd("%s" % get.workDIR())
shelltools.move("runc-*", "runc")
@@ -23,7 +22,7 @@ def setup():
shelltools.cd("runc")
#shelltools.move("vendor", "src")
#shelltools.export("GOPATH", "%s" % get.workDIR())
shelltools.export("GOPATH", "%s" % get.workDIR())
shelltools.makedirs("src/github.com/opencontainers")
shelltools.cd("src/github.com/opencontainers")
@@ -33,7 +32,7 @@ def setup():
def build():
shelltools.cd("%s/runc/src/github.com/opencontainers/runc" % get.workDIR())
build_runc = "make GOPATH=/runc COMMIT=4144b63"
build_runc = "make GOPATH=/runc COMMIT=52b36a2"
shelltools.system(build_runc)