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

Fix metadata for cargo binstall #176

Merged
merged 1 commit into from
May 29, 2022
Merged

Fix metadata for cargo binstall #176

merged 1 commit into from
May 29, 2022

Conversation

taiki-e
Copy link
Owner

@taiki-e taiki-e commented May 29, 2022

@taiki-e
Copy link
Owner Author

taiki-e commented May 29, 2022

bors r+

$ cargo binstall cargo-llvm-cov --manifest-path .         
13:47:44 [INFO] Installing package: 'cargo-llvm-cov'
13:47:44 [INFO] Checking for package at: 'https://github.com/taiki-e/cargo-llvm-cov/releases/download/v0.4.2/cargo-llvm-cov-x86_64-apple-darwin.tar.gz'
13:47:44 [INFO] The package will be downloaded from github.com
13:47:44 [INFO] Downloading package from: 'https://github.com/taiki-e/cargo-llvm-cov/releases/download/v0.4.2/cargo-llvm-cov-x86_64-apple-darwin.tar.gz'
13:47:45 [INFO] This will install the following binaries:
13:47:45 [INFO]   - cargo-llvm-cov (cargo-llvm-cov -> /Users/taiki/.cargo/bin/cargo-llvm-cov-v0.4.2)
13:47:45 [INFO] And create (or update) the following symlinks:
13:47:45 [INFO]   - cargo-llvm-cov (/Users/taiki/.cargo/bin/cargo-llvm-cov -> cargo-llvm-cov-v0.4.2)
13:47:45 [INFO] Do you wish to continue? yes/no
yes
13:48:02 [INFO] Installing binaries...
13:48:02 [INFO] Installation complete!

@bors
Copy link
Contributor

bors bot commented May 29, 2022

Build succeeded:

@bors bors bot merged commit 55ff95b into main May 29, 2022
@bors bors bot deleted the binstall branch May 29, 2022 13:59
bin-dir = "{ bin }{ binary-ext }"
pkg-fmt = "tar.gz"
pkg-fmt = "tgz"
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(It seems that pkg-fmt means compression format, but it is unfortunate that commonly used extensions such as tar.gz are not supported as aliases.)

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

Successfully merging this pull request may close these issues.

1 participant