From 3c5576f240c6a4f85e9fac36d5e893117626551a Mon Sep 17 00:00:00 2001 From: Lubomír Sedlář Date: Jul 15 2021 06:42:25 +0000 Subject: Exlude rust-std-static-wasm32-unknown-unknown from s390x The package depends on lld, which is not shipped there. Relates: https://pagure.io/pungi/issue/1518 Signed-off-by: Lubomír Sedlář --- 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*',