From 7455188864ae8de29d3bd13160d8430bd28e5557 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Tue, 7 Dec 2021 16:09:06 -0800 Subject: [PATCH] Exclude all rust-std-static-wasm* from s390x The packages depends on lld, which is not shipped there. This is a followup to #1036 now that we have `wasm32-wasi`, and we might want `wasm64` variants in the future. Signed-off-by: Josh Stone --- fedora.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora.conf b/fedora.conf index b0a8bfc..111195b 100644 --- a/fedora.conf +++ b/fedora.conf @@ -164,7 +164,7 @@ multilib = [ filter_packages = [ ("^.*$", { "*": ["glibc32", "libgcc32"], - "s390x": ["rust-std-static-wasm32-unknown-unknown"], + "s390x": ["rust-std-static-wasm*"], }), ('(Server)$', { '*': [