cargo-quickinstall icon indicating copy to clipboard operation
cargo-quickinstall copied to clipboard

cargo-spellcheck v0.15.4 missing all linux releases

Open hanabi1224 opened this issue 10 months ago • 2 comments

https://github.com/cargo-bins/cargo-quickinstall/releases/tag/cargo-spellcheck-0.15.4

hanabi1224 avatar Mar 18 '25 10:03 hanabi1224

Thanks for reporting, I will investigate it

NobodyXu avatar Mar 19 '25 09:03 NobodyXu

It failed because it can't find the clang shared library despite that we have installed it.

https://github.com/cargo-bins/cargo-quickinstall/actions/runs/13942930943/job/39023504850

It might be that cargo-spellcheck asks for a newer clsng version that we have installed.

Honestly I have tried quite hard to get it to work, however I think having to link with shared libraries usually don't work well when distributing single pre-compiled binary, given that user may not have it or have installed it elsewhere

I think it would be great if cargo-spellcheck could have it vendored (build it as part of the cargo-install) and statically linked, however there doesn't seem to be any crate that do this

NobodyXu avatar Mar 19 '25 09:03 NobodyXu