mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-25 13:12:56 +00:00
Improve err msg when source is missing in BinFile::install_bin
(#301)
* Improve err msg in `helpers::atomic_install` Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> * Check for missing `source` in `install_bin` Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> * Fix `install_bin`: Use `try_exists` instead of `exists` Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> * Do not test `cargo-deb` in `ci-scripts/tests.sh` Due to the fact that it uses gnu sparse extension which is not supported by crate `tar`. Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
763d4610e5
commit
bf700f9012
4 changed files with 21 additions and 6 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
set -euxo pipefail
|
||||
|
||||
bins="cargo-deb cargo-llvm-cov cargo-binstall"
|
||||
test_bins="cargo-deb cargo-llvm-cov"
|
||||
bins="cargo-llvm-cov cargo-binstall"
|
||||
test_bins="cargo-llvm-cov"
|
||||
|
||||
unset CARGO_INSTALL_ROOT
|
||||
unset CARGO_HOME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue