racer-rust / racer

Rust Code Completion utility
MIT License
3.36k stars 278 forks source link

Attach binary executables to releases? #1119

Open fitzgen opened 4 years ago

fitzgen commented 4 years ago

Sometimes building racer breaks because of nightly stuff (e.g. nightly-2020-07-16 doesn't build racer 2.1.35). It would be cool if the latest tagged releases had prebuilt binary executables for linux/macos/windows attached.

For example, cargo-wasi automatically builds and publishes binaries in github actions, which might be helpful to borrow from:

kngwyu commented 4 years ago

Thanks! I think it's definitely a good idea since we have many 'cannot complie' issues and I don't have enough time and energy to deal with them, though it's embarrassing.