diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-05-24 15:40:32 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-05-24 15:40:32 +0000 |
| commit | dea2a1fa20fc8e843cd85e5920a67b9054d00b2e (patch) | |
| tree | f331ff92dc5fd26f5803b483a24a0a21fd9bb97a /repos/extra/containerd | |
| parent | ef5bfeb93345a5a681d88e99775622bf28defd8d (diff) | |
| download | alicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.tar.gz alicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.zip | |
Woodpecker CI ef5bfeb93345a5a681d88e99775622bf28defd8d [SKIP CI]
Diffstat (limited to 'repos/extra/containerd')
| -rw-r--r-- | repos/extra/containerd/.checksum | 1 | ||||
| -rw-r--r-- | repos/extra/containerd/.files | 6 | ||||
| -rw-r--r-- | repos/extra/containerd/abuild | 17 | ||||
| -rw-r--r-- | repos/extra/containerd/depends | 2 |
4 files changed, 0 insertions, 26 deletions
diff --git a/repos/extra/containerd/.checksum b/repos/extra/containerd/.checksum deleted file mode 100644 index 1afc4b7c..00000000 --- a/repos/extra/containerd/.checksum +++ /dev/null @@ -1 +0,0 @@ -b48d5c9d7c1e21e54e6710c355ba16d96e116e82c64528a4e1520c9d1ccf39bb containerd-v2.3.1.tar.gz diff --git a/repos/extra/containerd/.files b/repos/extra/containerd/.files deleted file mode 100644 index 94d7ab76..00000000 --- a/repos/extra/containerd/.files +++ /dev/null @@ -1,6 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/containerd --rwxr-xr-x root/root usr/bin/containerd-shim-runc-v2 --rwxr-xr-x root/root usr/bin/containerd-stress --rwxr-xr-x root/root usr/bin/ctr diff --git a/repos/extra/containerd/abuild b/repos/extra/containerd/abuild deleted file mode 100644 index 7c894eb7..00000000 --- a/repos/extra/containerd/abuild +++ /dev/null @@ -1,17 +0,0 @@ -name=containerd -version=2.3.1 -release=1 -source="https://github.com/${name}/${name}/archive/v${version}/${name}-v${version}.tar.gz" - -build() { - export GO111MODULE=auto - mkdir -p src/github.com/$name - cd src/github.com/$name - ln -s $SRC/$name-$version $name - cd $name - export GOPATH=$SRC - # use the long commit hash here - make VERSION=v$version REVISION=75cb2b7193e4e490e9fbdc236c0e811ccaba3376 - install -d -m 0755 $PKG/usr/bin - install -m 0755 bin/* $PKG/usr/bin/ -} diff --git a/repos/extra/containerd/depends b/repos/extra/containerd/depends deleted file mode 100644 index ed2391b8..00000000 --- a/repos/extra/containerd/depends +++ /dev/null @@ -1,2 +0,0 @@ -go -libseccomp |