https://bugzilla.redhat.com/show_bug.cgi?id=2217167
Fabio Valentini <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(decathorpe@gmail. | |com) | --- Comment #2 from Fabio Valentini <[email protected]> --- This is correct, however you could likely drop the now-empty "web" feature as well. The automatically dropped dependencies are only used on platforms where "all(target_arch = \"wasm32\", not(target_os = \"wasi\"), not(target_os = \"daku\"))" evaluates to true, which is ... on none of the target platforms we support. However, since cargo dependency resolution is stupid and requires all dependencies to be present even if they end up being unused, we patch them out instead. (And this also means we don't have to package stuff that doesn't even work, like libraries that only target WebAssembly environments). -- You are receiving this mail because: You are always notified about changes to this product and component You are on the CC list for the bug. https://bugzilla.redhat.com/show_bug.cgi?id=2217167 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202217167%23c2 _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
