Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide build artifacts for download #60

Open
euclio opened this issue May 16, 2018 · 1 comment
Open

Provide build artifacts for download #60

euclio opened this issue May 16, 2018 · 1 comment

Comments

@euclio
Copy link
Owner

euclio commented May 16, 2018

It'd be nice to make it so that users can install the plugin without downloading Rust, like LanguageClient-neovim.

@michaelb
Copy link

michaelb commented Feb 3, 2021

that would indeed be nice. (As long as you don't have cc="...." dependencies that are compiled against specific versions of GLIBC)

You can do that by doing releases with binaries, and using some bash scripting (then doing ./install.sh at install instead of cargo build)

I've done it for my own plugin sniprun, feel free to copy-paste/reuse the code in install.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants