lune icon indicating copy to clipboard operation
lune copied to clipboard

Lune compiles from source when using cargo binstall

Open mxruben opened this issue 1 year ago • 3 comments
trafficstars

On the installation page, it says that lune is packaged in a way that is compatible with cargo binstall. However, when I try to install it with cargo binstall it says that it will be compiled from source. I'm on Fedora 40 if that matters.

mxruben avatar Jun 07 '24 01:06 mxruben

The binstall packaging recently broke for v0.8.4+, we probably need to provide additional metadata in the manifest.

CompeyDev avatar Jun 07 '24 03:06 CompeyDev

Following up on this, does binstall work for 0.8.6 or is it still broken?

filiptibell avatar Jun 26 '24 10:06 filiptibell

Still broken. We likely need to set some manifest metadata although I haven't really looked into it.

CompeyDev avatar Jun 26 '24 11:06 CompeyDev

Should be fixed as of https://github.com/lune-org/lune/commit/b147e83d3c1804c41e38263a47ef32388f354b32 , let me know if it's still broken after 0.9.0 release

filiptibell avatar Apr 24 '25 17:04 filiptibell