Skip to content

Commit

Permalink
cargo-git-improvements: switched Cargo to Git CLI
Browse files Browse the repository at this point in the history
Also configured network attempts to retry 3 times
  • Loading branch information
dominic-mulligan-arm committed Nov 5, 2021
1 parent d6210f4 commit 9282cc3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .cargo/config
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ rustflags = [
[target.arm-unknown-linux-gnueabihf]
linker = "/work/rust-optee-trustzone-sdk/optee/toolchains/aarch32/bin/arm-linux-gnueabihf-gcc"
ar = "/work/rust-optee-trustzone-sdk/optee/toolchains/aarch32/bin/arm-linux-gnueabihf-gcc-ar"

[net]
retry = 3
git-fetch-with-cli = true

0 comments on commit 9282cc3

Please sign in to comment.