diff options
author | Matt Housh <jaeger@crux.ninja> | 2021-03-13 13:18:11 -0600 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2021-03-13 13:18:11 -0600 |
commit | 37ddf61a7805cc4d6d49cb6f1943ab5bc9f19616 (patch) | |
tree | ed449027e459cd1ae64098343434d0f414579fbe /containerd | |
parent | 09cefb140e69c7901bb4d6876c6bc042194fe5e6 (diff) | |
download | contrib-37ddf61a7805cc4d6d49cb6f1943ab5bc9f19616.tar.gz contrib-37ddf61a7805cc4d6d49cb6f1943ab5bc9f19616.tar.xz |
containerd: tweaked to build with go 1.16.x
Diffstat (limited to 'containerd')
-rw-r--r-- | containerd/.signature | 4 | ||||
-rw-r--r-- | containerd/Pkgfile | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/containerd/.signature b/containerd/.signature index 875a28ad9..b908d8404 100644 --- a/containerd/.signature +++ b/containerd/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF31ZprHoOgMfddN9nEoqHEfg9IHLdjstTUwTOdvg5RTY7qPyxa40FjjIPVyCOXybn4BuFoFBWzhtV0UYxzY+2Bgo= -SHA256 (Pkgfile) = 969db95aa5edf8fa08c95763d51240fb45f618c4551aff5b8a1183eeceeb1daf +RWSagIOpLGJF39RJ/qBRcxmCfQBHk0AN8V3yj/8Pj7mYp6S+z1b8l+CUkwTPhFUm1IoNJNyqeRRtkgk5uMx828g2uirdyS4tlQA= +SHA256 (Pkgfile) = 7c0a333ae9926d93ecc9af88d749aef7cb154ac792bad02c74f6652258caf65d SHA256 (.footprint) = fcb21e77eaefae687cbea41bdacbe47a1191c052138040fc15368af8bf7b436c SHA256 (containerd-1.4.3.tar.xz) = 98b8960a29dc7364eab7dc19af4e0019cf7e847c2ffaf846503fb6e448929605 diff --git a/containerd/Pkgfile b/containerd/Pkgfile index e49e2fd0a..b8a66dd2c 100644 --- a/containerd/Pkgfile +++ b/containerd/Pkgfile @@ -9,6 +9,7 @@ release=1 source=(http://jaeger.morpheus.net/linux/crux/files/$name-$version.tar.xz) build() { + export GO111MODULE=auto mkdir -p src/github.com/$name cd src/github.com/$name ln -s $SRC/$name-$version $name |