Skip to content

Commit

Permalink
Remove bad cache package
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion committed May 11, 2018
1 parent a5483d0 commit 7fbcece
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-support/bin/native/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ function ensure_native_build_prerequisites() {
# We need to do this before we install grpcio-compiler to pre-fetch its repo.
_wait_noisily "${CARGO_HOME}/bin/cargo" fetch --manifest-path "${NATIVE_ROOT}/Cargo.toml" || die

"${CARGO_HOME}/bin/cargo" uninstall cargo-ensure-installed
if [[ ! -x "${CARGO_HOME}/bin/cargo-ensure-installed" ]]; then
"${CARGO_HOME}/bin/cargo" install cargo-ensure-installed >&2
fi
Expand Down

0 comments on commit 7fbcece

Please sign in to comment.