From eda88e848bd999ee297e259dcbeccc6612c19a0c Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Mon, 21 Jul 2025 04:32:52 +0800 Subject: [PATCH] lib / prepare-host: debian-archive-keyring is not a host-dependency for RISCv64 This was introduced in 2a8cb5793f as a relaxation to the previous state when RISCv64 was not yet officially supported by Debian and lived in Debian Ports. --- lib/functions/host/prepare-host.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/functions/host/prepare-host.sh b/lib/functions/host/prepare-host.sh index 733c3da8b..b3429234a 100644 --- a/lib/functions/host/prepare-host.sh +++ b/lib/functions/host/prepare-host.sh @@ -266,7 +266,6 @@ function adaptative_prepare_host_dependencies() { if [[ "${wanted_arch}" == "riscv64" || "${wanted_arch}" == "all" ]]; then host_dependencies+=("gcc-riscv64-linux-gnu") # crossbuild-essential-riscv64 is not even available "yet" - host_dependencies+=("debian-archive-keyring") fi if [[ "${wanted_arch}" == "loong64" ]]; then