Commit c23dcf8
committed
ci: retry cargo network ops to survive transient crates.io blips
'cargo install cargo-dist' downloads ~400 crates; a single transient
crates.io failure (HTTP/2 framing-layer error) killed the whole install.
Set CARGO_NET_RETRY=10 and CARGO_HTTP_MULTIPLEXING=false (HTTP/1.1) so
downloads retry and avoid the HTTP/2 framing errors.1 parent 46908c0 commit c23dcf8
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
20 | 27 | | |
21 | 28 | | |
22 | 29 | | |
| |||
0 commit comments