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 <jistone@redhat.com>
This commit is contained in:
Josh Stone 2021-12-07 16:09:06 -08:00
parent 0f3d7649ab
commit 7455188864

View File

@ -164,7 +164,7 @@ multilib = [
filter_packages = [
("^.*$", {
"*": ["glibc32", "libgcc32"],
"s390x": ["rust-std-static-wasm32-unknown-unknown"],
"s390x": ["rust-std-static-wasm*"],
}),
('(Server)$', {
'*': [