#1063 Exclude all rust-std-static-wasm* from s390x
Merged 2 years ago by mohanboddu. Opened 2 years ago by jistone.
jistone/pungi-fedora rust-wasm  into  main

file modified
+1 -1
@@ -164,7 +164,7 @@ 

  filter_packages = [

      ("^.*$", {

          "*": ["glibc32", "libgcc32"],

-         "s390x": ["rust-std-static-wasm32-unknown-unknown"],

+         "s390x": ["rust-std-static-wasm*"],

      }),

      ('(Server)$', {

          '*': [

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.

Pull-Request has been merged by mohanboddu

2 years ago
Metadata