From a7586e55d110156601320233cf119a59502edd6a Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Thu, 1 Feb 2024 05:52:46 +0100 Subject: [PATCH] coverage.txt: exclude create-foreign-tarball from arm64 in fakechroot mode because usrmerge postinst under fakechroot wants to copy /lib/ld-linux-x86-64.so.2 (which does not exist) instead of /lib64/ld-linux-x86-64.so.2 --- coverage.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/coverage.txt b/coverage.txt index 4e308df..fb09b19 100644 --- a/coverage.txt +++ b/coverage.txt @@ -380,6 +380,7 @@ Modes: root unshare fakechroot Skip-If: hostarch not in ["amd64", "arm64"] mode == "fakechroot" and not run_ma_same_tests + mode == "fakechroot" and hostarch == "arm64" # usrmerge postinst under fakechroot wants to copy /lib/ld-linux-x86-64.so.2 (which does not exist) instead of /lib64/ld-linux-x86-64.so.2 not have_binfmt Test: no-sbin-in-path