Skip to content

Commit 6e2bcb6

Browse files
committed
ci: remove libseccomp-dev installation for nightly
since libseccomp is required only for building runc and we are only building containerd binaries in nightly, the libseccomp-dev dependency is removed. Foreign arch repositories are now removed since crossbuild-essential-* packages are {arm64, ppc64el,..} cross compiler packages for amd64 and arch specific repositories are not required. Signed-off-by: Akhil Mohan <[email protected]> (cherry picked from commit a9cb609) Signed-off-by: Akhil Mohan <[email protected]>
1 parent 1f6c513 commit 6e2bcb6

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,6 @@ jobs:
5757
crossbuild-essential-s390x \
5858
crossbuild-essential-ppc64el \
5959
crossbuild-essential-riscv64 \
60-
libseccomp-dev:amd64 \
61-
libseccomp-dev:arm64 \
62-
libseccomp-dev:s390x \
63-
libseccomp-dev:ppc64el \
64-
libseccomp-dev:riscv64 \
6560
libbtrfs-dev:amd64 \
6661
libbtrfs-dev:arm64 \
6762
libbtrfs-dev:s390x \

0 commit comments

Comments
 (0)