Skip to content
Snippets Groups Projects
Unverified Commit 31179c40 authored by Alexander Samusev's avatar Alexander Samusev Committed by GitHub
Browse files

ci: 5 retries for cargo (#6903)

cc https://github.com/paritytech/ci_cd/issues/1038
parent 5b04b459
No related merge requests found
Pipeline #509738 waiting for manual action with stages
in 37 minutes and 24 seconds
......@@ -9,3 +9,7 @@ rustdocflags = [
CC_x86_64_unknown_linux_musl = { value = ".cargo/musl-gcc", force = true, relative = true }
CXX_x86_64_unknown_linux_musl = { value = ".cargo/musl-g++", force = true, relative = true }
CARGO_WORKSPACE_ROOT_DIR = { value = "", relative = true }
[net]
retry = 5
# git-fetch-with-cli = true # commented because there is a risk that a runner can be banned by github
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment