| ▲ | crote 6 hours ago | |||||||
Considering you are already using Rust and looking at a static binary: why not package that inside the various distro-specific formats? Sure, you won't get into the official repos that way, but do your users really care? Fedora users are pretty used to enabling Copr and RPMFusion, Ubuntu has its PPAs. It's not ideal, but it's good enough. Even an RPM/DEB via Github release would already be a good start. | ||||||||
| ▲ | duped 35 minutes ago | parent | next [-] | |||||||
Rust binaries are not static by default, they _statically link other crates_ by default. Subtle but important distinction. | ||||||||
| ▲ | _sinelaw_ 6 hours ago | parent | prev [-] | |||||||
Sure, I already do offer deb/rpm via GitHub release page. My problem is ensuring users have an easy way to update | ||||||||
| ||||||||