-
Notifications
You must be signed in to change notification settings - Fork 88
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
Suggestion: Provide pre-built binaries #5
Comments
I'm torn between setting up a build pipeline and just dropping some binaries as we compile them. We'd probably distribute a zip with the example config. The visualization stuff requires yarn/npm stuff so that we'd likely not package until that story gets a little more clear to me, I'm not a front end person. Do you have a particular platform you'd like me to do first? |
Windows would be great, thanks! |
That's the one with the most OS dependencies to install. I think we should be able to get one up this week, I'll let you know (even I don't have the setup on my mac laptop to do the windows build at the moment) |
Sorry we haven't gotten to this yet! Just noting that we haven't forgotten. |
A further option is to use the docker stuff that was added to the docker directory. For now I think the route is make a proper crate and then setup a 'trust' style CI: https://github.com/japaric/trust assuming that all works. I think we want to do that but it will take us a while. I will try to get a build in the interim, but for now that's the longer term plan. |
It would be nice to provide pre-built binaries and make them available using releases, so users didn't have to install Rust and build it themselves.
Just a friendly suggestion :)
The text was updated successfully, but these errors were encountered: