containerd-1.6.8

This commit is contained in:
Rmys
2022-09-17 13:09:38 +03:00
committed by GitHub
parent 64e3ee1c94
commit 87a75734aa
2 changed files with 11 additions and 4 deletions
@@ -26,13 +26,13 @@ def build():
#shelltools.system("LDFLAGS= GOPATH=%s make GIT_COMMIT=72cec4b" % get.curDIR())
shelltools.system("LDFLAGS= make GIT_COMMIT=a17ec49 EXTRA_LDFLAGS='-buildid='")
shelltools.system("LDFLAGS= make GIT_COMMIT=9cd3357 EXTRA_LDFLAGS='-buildid='")
def install():
shelltools.cd("%s/containerd" % get.workDIR())
#pisitools.dobin("bin/*")
autotools.rawInstall("DESTDIR=%s/usr" % get.installDIR())
autotools.rawInstall("PREFIX=/usr DESTDIR=%s" % get.installDIR())
# symlink containerd/run (nice integration with docker)
pisitools.dosym("/usr/bin/containerd", "/usr/bin/docker-containerd")