We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25c8ec3 commit de35d8fCopy full SHA for de35d8f
1 file changed
tools/install/install_dev.sh
@@ -71,7 +71,7 @@ install_sccache() {
71
return 0
72
fi
73
74
- curl --connect-timeout 120 --max-time 600 --retry 5 --retry-delay 60 -L "$url" | tar xz || {
+ curl --connect-timeout 120 --max-time 1200 --retry 10 --retry-delay 60 -L "$url" | tar xz || {
75
log_error "Failed to download sccache"
76
[ -d "$tmp_dir" ] && rm -rf "$tmp_dir"
77
return 1
0 commit comments