mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-04 06:13:39 +03:00
Update get-clang.sh
This commit is contained in:
parent
0470eb07da
commit
01fbb4a23b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue