mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 06:16:30 +03:00
Update get-clang.sh
This commit is contained in:
parent
0470eb07da
commit
01fbb4a23b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user