containerd-1.6.8
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user