Retry flakey hg clone
This commit is contained in:
parent
21f5e861bb
commit
11741adccb
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ ffbuild_enabled() {
|
|||
}
|
||||
|
||||
ffbuild_dockerbuild() {
|
||||
hg clone -r "$SCRIPT_HGREV" -u "$SCRIPT_HGREV" "$SCRIPT_REPO" gmp
|
||||
retry-tool sh -c "rm -rf gmp && hg clone -r '$SCRIPT_HGREV' -u '$SCRIPT_HGREV' '$SCRIPT_REPO' gmp"
|
||||
cd gmp
|
||||
|
||||
./.bootstrap
|
||||
|
|
Loading…
Reference in a new issue