KarsMulder / evsieve

A utility for mapping events from Linux event devices.
GNU General Public License v2.0
220 stars 12 forks source link

Consider releasing binaries #49

Open ticky opened 1 month ago

ticky commented 1 month ago

Hi there, I’ve got a little project which makes use of evsieve, and I’ve got some users who want to use it but who aren’t confident in compiling code themselves.

I can pretty easily offer binaries of my project, but I am not sure it’s my place to build binaries of yours.

Would you consider building binaries of your project? You could in theory do this with GitHub actions and something like cargo dist.

KarsMulder commented 1 month ago

A cursory look at cargo-dist shows that there are several dubious aspects about its output, at least in its default configuration:

So cargo-dist won't be used. That said, I too agree that it is time to start releasing official binaries. I am currently looking into setting up a pipeline to produce precompiled binaries.

ticky commented 1 month ago

Understandable, cargo-dist definitely has its sights set on being low-friction but not wide-ranging in its target outputs, and specifically working within the cargo ecosystem.

I look forward to your solution!