Packaging Rust for Fedora
Packaging Rust for Fedora
Posted Oct 30, 2022 15:25 UTC (Sun) by gilnaa (guest, #161422)In reply to: Packaging Rust for Fedora by ssokolow
Parent article: Packaging Rust for Fedora
Posted Oct 30, 2022 16:16 UTC (Sun)
by mathstuf (subscriber, #69389)
[Link]
Note that just rehosting `crates.io` might not be preferrable since they can be post-codegen steps (of various kinds) and instead `cargo publish` into this registry that is then pulled out during some `rpm-cargo-*` macro magic would probably be a better mechanism.
Posted Oct 30, 2022 16:18 UTC (Sun)
by ssokolow (guest, #94568)
[Link] (2 responses)
Posted Oct 30, 2022 16:43 UTC (Sun)
by mathstuf (subscriber, #69389)
[Link] (1 responses)
Posted Oct 30, 2022 17:16 UTC (Sun)
by ssokolow (guest, #94568)
[Link]
Conversely, if you have something like a flatpak manifest, you can use
Packaging Rust for Fedora
Packaging Rust for Fedora
Packaging Rust for Fedora
Of course. I'm saying that, just because you have a local Cargo registry, and a Conan registry, and a pip registry, and so on doesn't mean you have a clean, unified, easy-to-use way to check your bill of materials.
Packaging Rust for Fedora
flatpak-builder
arguments like --download-only
, --disable-download
, and --bundle-sources
to easily cache and manage access to dependency sources.