runc ver. bump

This commit is contained in:
Rmys
2026-05-21 14:40:02 +03:00
parent 9230616728
commit c21a271663
2 changed files with 11 additions and 4 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"," 860f061")
shelltools.export("COMMIT","c241c0b")
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=860f061"
build_runc = "make GOPATH=/runc COMMIT=c241c0b"
shelltools.system(build_runc)