builder: Set apt retries to 3

This should lower the number of builds that failed due to
repositories being unstable
This commit is contained in:
Alexey Rogachevskiy
2020-05-29 21:25:58 +03:00
parent abb495275b
commit 69c46786de

View File

@@ -57,6 +57,10 @@ my_travis_retry() {
return $result
}
echo_stamp "Increase apt retries"
echo "APT::Acquire::Retries \"3\";" > /etc/apt/apt.conf.d/80-retries
echo_stamp "Install apt keys & repos"
# TODO: This STDOUT consist 'OK'