runc-1.1.7

This commit is contained in:
Rmys
2023-04-30 10:45:53 +03:00
parent bd889a5bc3
commit c5e8774021
2 changed files with 10 additions and 3 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ from pisi.actionsapi import get
#shelltools.export("GOPATH", "%s" % get.curDIR())
shelltools.export("DOCKER_BUILDTAGS","seccomp")
shelltools.export("COMMIT"," 5fd4c4d")
shelltools.export("COMMIT"," 860f061")
shelltools.export("BINDIR","/usr/bin")
def setup():
@@ -35,7 +35,7 @@ def build():
# shelltools.cd("%s" % get.workDIR())
shelltools.cd("%s/src/github.com/opencontainers/runc" % get.workDIR())
build_runc = "make GOPATH=/runc COMMIT=5fd4c4d"
build_runc = "make GOPATH=/runc COMMIT=860f061"
shelltools.system(build_runc)