Skip to content

Commit e669be2

Browse files
committed
ci: Update rootfs images to 2022-10-13 version
This is a downgrade from bookworm to bullseye to be able to test verify_pkcs7_sig verify_pkcs7_sig was failing with the following error: ``` test_verify_pkcs7_sig:FAIL:populate_data_item_str unexpected error: 127 (errno 22) ``` This indicated that it failed to run a command (127 == command not found). Further investigation indicated that `sign-file` failed with: ``` ./sign-file -h ./sign-file: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory ``` We compile the kernel/tools in Ubuntu focal, which ships libssl1.1. Debian bookworm ships libssl3. By downgrading to Debian bullseye, we have a matching libssl1.1 Signed-off-by: Manu Bretelle <chantr4@gmail.com>
1 parent 18bca9f commit e669be2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

INDEX

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
x86_64/libbpf-vmtest-rootfs-2022.10.12-amd64.tar.zst https://libbpf-ci.s3.us-west-1.amazonaws.com/libbpf-vmtest-rootfs-2022.10.12-amd64.tar.zst
1+
x86_64/libbpf-vmtest-rootfs-2022.10.13-bullseye-amd64.tar.zst https://libbpf-ci.s3.us-west-1.amazonaws.com/libbpf-vmtest-rootfs-2022.10.13-bullseye-amd64.tar.zst
22
x86_64/vmlinux-4.9.0.zst https://libbpf-ci.s3-us-west-1.amazonaws.com/x86_64/vmlinux-4.9.0.zst
33
x86_64/vmlinux-5.5.0.zst https://libbpf-ci.s3-us-west-1.amazonaws.com/x86_64/vmlinux-5.5.0.zst
44
x86_64/vmlinuz-5.5.0 https://libbpf-ci.s3-us-west-1.amazonaws.com/x86_64/vmlinuz-5.5.0
55
x86_64/vmlinuz-4.9.0 https://libbpf-ci.s3-us-west-1.amazonaws.com/x86_64/vmlinuz-4.9.0
6-
s390x/libbpf-vmtest-rootfs-2022.10.12-s390x.tar.zst https://libbpf-ci.s3.us-west-1.amazonaws.com/libbpf-vmtest-rootfs-2022.10.12-s390x.tar.zst
7-
aarch64/libbpf-vmtest-rootfs-2022.10.12-arm64.tar.zst https://libbpf-ci.s3.us-west-1.amazonaws.com/libbpf-vmtest-rootfs-2022.10.12-arm64.tar.zst
6+
s390x/libbpf-vmtest-rootfs-2022.10.13-bullseye-s390x.tar.zst https://libbpf-ci.s3.us-west-1.amazonaws.com/libbpf-vmtest-rootfs-2022.10.13-bullseye-s390x.tar.zst
7+
aarch64/libbpf-vmtest-rootfs-2022.10.13-bullseye-arm64.tar.zst https://libbpf-ci.s3.us-west-1.amazonaws.com/libbpf-vmtest-rootfs-2022.10.13-bullseye-arm64.tar.zst

0 commit comments

Comments
 (0)