Update get-clang.sh

This commit is contained in:
klzgrad 2021-02-28 22:46:07 +08:00
parent 0470eb07da
commit 01fbb4a23b

View File

@ -67,7 +67,7 @@ if [ "$PGO_NAME" ]; then
profile=$(cat chrome/build/$PGO_NAME.pgo.txt)
cd chrome/build/pgo_profiles
if [ ! -f "$profile" ]; then
curl -LO "https://storage.googleapis.com/chromium-optimization-profiles/pgo_profiles/$profile"
curl --retry 3 -LO "https://storage.googleapis.com/chromium-optimization-profiles/pgo_profiles/$profile"
fi
cd ../../..
fi