Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Ubuntu 24.04 rootfs #136

Merged
merged 2 commits into from
Aug 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions INDEX
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
x86_64/libbpf-vmtest-rootfs-2022.10.23-bullseye-amd64.tar.zst https://libbpf-ci.s3.us-west-1.amazonaws.com/libbpf-vmtest-rootfs-2022.10.23-bullseye-amd64.tar.zst
x86_64/libbpf-vmtest-rootfs-2024.08.22-noble-amd64.tar.zst https://libbpf-ci.s3.us-west-1.amazonaws.com/libbpf-vmtest-rootfs-2024.08.22-noble-amd64.tar.zst
x86_64/vmlinux-4.9.0.zst https://libbpf-ci.s3-us-west-1.amazonaws.com/x86_64/vmlinux-4.9.0.zst
x86_64/vmlinux-5.5.0.zst https://libbpf-ci.s3-us-west-1.amazonaws.com/x86_64/vmlinux-5.5.0.zst
x86_64/vmlinuz-5.5.0 https://libbpf-ci.s3-us-west-1.amazonaws.com/x86_64/vmlinuz-5.5.0
x86_64/vmlinuz-4.9.0 https://libbpf-ci.s3-us-west-1.amazonaws.com/x86_64/vmlinuz-4.9.0
s390x/libbpf-vmtest-rootfs-2022.10.23-bullseye-s390x.tar.zst https://libbpf-ci.s3.us-west-1.amazonaws.com/libbpf-vmtest-rootfs-2022.10.23-bullseye-s390x.tar.zst
aarch64/libbpf-vmtest-rootfs-2022.10.23-bullseye-arm64.tar.zst https://libbpf-ci.s3.us-west-1.amazonaws.com/libbpf-vmtest-rootfs-2022.10.23-bullseye-arm64.tar.zst
s390x/libbpf-vmtest-rootfs-2024.08.22-noble-s390x.tar.zst https://libbpf-ci.s3.us-west-1.amazonaws.com/libbpf-vmtest-rootfs-2024.08.22-noble-s390x.tar.zst
aarch64/libbpf-vmtest-rootfs-2024.08.22-noble-arm64.tar.zst https://libbpf-ci.s3.us-west-1.amazonaws.com/libbpf-vmtest-rootfs-2024.08.22-noble-arm64.tar.zst
4 changes: 2 additions & 2 deletions rootfs/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARCHS = amd64 arm64 s390x ppc64el
DISTROS = bullseye
ARCHS = amd64 arm64 s390x
DISTROS = noble

.PHONY: all
all:
Expand Down
2 changes: 1 addition & 1 deletion rootfs/mkrootfs_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ packages=(
iptables
keyutils
libcap2
libelf1
libelf1t64
openssl
strace
zlib1g
Expand Down
Loading