containerd-1.7.2

This commit is contained in:
Rmys
2023-06-08 13:03:43 +03:00
parent fcee9e742a
commit 23bb9f2c54
2 changed files with 11 additions and 3 deletions
@@ -26,7 +26,8 @@ def build():
#shelltools.system("LDFLAGS= GOPATH=%s make GIT_COMMIT=72cec4b" % get.curDIR())
shelltools.system("LDFLAGS= make GIT_COMMIT=2806fc1 EXTRA_LDFLAGS='-buildid='")
# shelltools.system("LDFLAGS= make GIT_COMMIT=1677a17 EXTRA_LDFLAGS='-buildid='")
shelltools.system("LDFLAGS= make GO_BUILD_FLAGS='' GO_GCFLAGS='' EXTRA_LDFLAGS='-buildid='")
def install():
shelltools.cd("%s/containerd" % get.workDIR())