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:
parent
0f3d7649ab
commit
7455188864
@ -164,7 +164,7 @@ multilib = [
|
||||
filter_packages = [
|
||||
("^.*$", {
|
||||
"*": ["glibc32", "libgcc32"],
|
||||
"s390x": ["rust-std-static-wasm32-unknown-unknown"],
|
||||
"s390x": ["rust-std-static-wasm*"],
|
||||
}),
|
||||
('(Server)$', {
|
||||
'*': [
|
||||
|
Loading…
Reference in New Issue
Block a user