[ubuntu] replace wget to download_with_retries helper (#3087)

This commit is contained in:
Aleksandr Chebotov
2021-04-02 18:47:50 +03:00
committed by GitHub
parent 0917a07677
commit be27ebfdb3
11 changed files with 32 additions and 18 deletions

View File

@@ -30,7 +30,7 @@ function SetDefaultClang {
}
# Download script for automatic installation
wget https://apt.llvm.org/llvm.sh
download_with_retries https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
versions=$(get_toolset_value '.clang.versions[]')