-
-
Notifications
You must be signed in to change notification settings - Fork 69
Can support install from github url #1971
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
Comments
This installation method can mainly install some non-rust programs, but they have similar release names rules as rust programs.
|
Well cargo-bins-tall supports We also support private cargo registry. We haven't got support for gitlab yet or for non-rust crate, but I'd welcome any contribution and is willing to review them. |
If the crate is not on
|
There are some tools that can install binaries directly from the repo url https://github.com/houseabsolute/ubi |
The main problem is we don't know which version is the latest, I think we could solve this and get it working |
Yeah I'd really like to be able to use |
There's a catch though, So to make it work,
So I think query gh for latest release is the simplest and most reasonable to do |
I feel like it should just call |
Yeah this seems like a bug. At the very least it's surprising behavior.
|
This is a 100% a bug that makes it hard to use cargo binstall. |
The problem I was thinking is how we find the release artifacts
I recon then first approach is probably the most reasonable one, simply skipping the crates.io lookup, and probably the simplest |
When checking the code, I've realized that I've already implemented this long ago. Running
|
Perhaps another tool could be developed based on cargo-binstall that could install the latest version of a program from a github url and the corresponding release page, but the two are very similar. Perhaps this installation method could support some private gitlab repositories?
The text was updated successfully, but these errors were encountered: