From 3c5576f240c6a4f85e9fac36d5e893117626551a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Thu, 15 Jul 2021 08:29:35 +0200 Subject: [PATCH] Exlude rust-std-static-wasm32-unknown-unknown from s390x MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The package depends on lld, which is not shipped there. Relates: https://pagure.io/pungi/issue/1518 Signed-off-by: Lubomír Sedlář --- fedora.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fedora.conf b/fedora.conf index e3104fe..a885286 100644 --- a/fedora.conf +++ b/fedora.conf @@ -162,7 +162,10 @@ multilib = [ ] filter_packages = [ - ("^.*$", {"*": ["glibc32", "libgcc32"]}), + ("^.*$", { + "*": ["glibc32", "libgcc32"], + "s390x": ["rust-std-static-wasm32-unknown-unknown"], + }), ('(Server)$', { '*': [ 'kernel*debug*',