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ář <lsedlar@redhat.com>
This commit is contained in:
parent
f7171c7fc3
commit
3c5576f240
@ -162,7 +162,10 @@ multilib = [
|
||||
]
|
||||
|
||||
filter_packages = [
|
||||
("^.*$", {"*": ["glibc32", "libgcc32"]}),
|
||||
("^.*$", {
|
||||
"*": ["glibc32", "libgcc32"],
|
||||
"s390x": ["rust-std-static-wasm32-unknown-unknown"],
|
||||
}),
|
||||
('(Server)$', {
|
||||
'*': [
|
||||
'kernel*debug*',
|
||||
|
Loading…
Reference in New Issue
Block a user