mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Update PGO profiles for all platforms.
This commit is contained in:
parent
488b454245
commit
3659439523
1 changed files with 4 additions and 0 deletions
4
trunk.sh
4
trunk.sh
|
@ -18,4 +18,8 @@ gclient runhooks &&
|
||||||
|
|
||||||
python tools/update_pgo_profiles.py --target=linux update --gs-url-base=chromium-optimization-profiles/pgo_profiles &&
|
python tools/update_pgo_profiles.py --target=linux update --gs-url-base=chromium-optimization-profiles/pgo_profiles &&
|
||||||
|
|
||||||
|
python tools/update_pgo_profiles.py --target=win64 update --gs-url-base=chromium-optimization-profiles/pgo_profiles &&
|
||||||
|
|
||||||
|
python tools/update_pgo_profiles.py --target=mac update --gs-url-base=chromium-optimization-profiles/pgo_profiles &&
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in a new issue