aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/runc
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-05-24 15:40:32 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-05-24 15:40:32 +0000
commitdea2a1fa20fc8e843cd85e5920a67b9054d00b2e (patch)
treef331ff92dc5fd26f5803b483a24a0a21fd9bb97a /repos/extra/runc
parentef5bfeb93345a5a681d88e99775622bf28defd8d (diff)
downloadalicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.tar.gz
alicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.zip
Woodpecker CI ef5bfeb93345a5a681d88e99775622bf28defd8d [SKIP CI]
Diffstat (limited to 'repos/extra/runc')
-rw-r--r--repos/extra/runc/.checksum1
-rw-r--r--repos/extra/runc/.files23
-rw-r--r--repos/extra/runc/abuild22
-rw-r--r--repos/extra/runc/depends3
4 files changed, 0 insertions, 49 deletions
diff --git a/repos/extra/runc/.checksum b/repos/extra/runc/.checksum
deleted file mode 100644
index 48217b63..00000000
--- a/repos/extra/runc/.checksum
+++ /dev/null
@@ -1 +0,0 @@
-25b3c8f84f5e4bde8b38a91e996eb494a6859ba73ab07c06ed01855854920da8 runc-v1.4.2.tar.gz
diff --git a/repos/extra/runc/.files b/repos/extra/runc/.files
deleted file mode 100644
index f6a4ff36..00000000
--- a/repos/extra/runc/.files
+++ /dev/null
@@ -1,23 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/runc
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man8/
--rw-r--r-- root/root usr/share/man/man8/runc-checkpoint.8.gz
--rw-r--r-- root/root usr/share/man/man8/runc-create.8.gz
--rw-r--r-- root/root usr/share/man/man8/runc-delete.8.gz
--rw-r--r-- root/root usr/share/man/man8/runc-events.8.gz
--rw-r--r-- root/root usr/share/man/man8/runc-exec.8.gz
--rw-r--r-- root/root usr/share/man/man8/runc-kill.8.gz
--rw-r--r-- root/root usr/share/man/man8/runc-list.8.gz
--rw-r--r-- root/root usr/share/man/man8/runc-pause.8.gz
--rw-r--r-- root/root usr/share/man/man8/runc-ps.8.gz
--rw-r--r-- root/root usr/share/man/man8/runc-restore.8.gz
--rw-r--r-- root/root usr/share/man/man8/runc-resume.8.gz
--rw-r--r-- root/root usr/share/man/man8/runc-run.8.gz
--rw-r--r-- root/root usr/share/man/man8/runc-spec.8.gz
--rw-r--r-- root/root usr/share/man/man8/runc-start.8.gz
--rw-r--r-- root/root usr/share/man/man8/runc-state.8.gz
--rw-r--r-- root/root usr/share/man/man8/runc-update.8.gz
--rw-r--r-- root/root usr/share/man/man8/runc.8.gz
diff --git a/repos/extra/runc/abuild b/repos/extra/runc/abuild
deleted file mode 100644
index 6902495c..00000000
--- a/repos/extra/runc/abuild
+++ /dev/null
@@ -1,22 +0,0 @@
-name=runc
-version=1.4.2
-release=1
-source="https://github.com/opencontainers/${name}/archive/v${version}/${name}-v${version}.tar.gz"
-
-build() {
- export GOPATH="$PWD/go"
- export BUILDTAGS='seccomp apparmor'
- export CGO_CPPFLAGS="${CPPFLAGS}"
- export CGO_CFLAGS="${CFLAGS}"
- export CGO_CXXFLAGS="${CXXFLAGS}"
- export CGO_LDFLAGS="${LDFLAGS}"
- export GOFLAGS="-trimpath -mod=readonly -modcacherw"
- make SHELL=/bin/sh runc
- install -Dm755 runc "$PKG/usr/bin/runc"
- cd man
- sed -i 's/bash/sh/' md2man-all.sh
- sed -i '/^cd/d' md2man-all.sh
- ./md2man-all.sh
- install -d "$PKG/usr/share/man/man8"
- install -m644 man8/*.8 "$PKG/usr/share/man/man8"
-}
diff --git a/repos/extra/runc/depends b/repos/extra/runc/depends
deleted file mode 100644
index 36c44ea1..00000000
--- a/repos/extra/runc/depends
+++ /dev/null
@@ -1,3 +0,0 @@
-libseccomp
-go-md2man
-libseccomp