mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 19:37:30 -03:00
readd pgo
This commit is contained in:
parent
d954b1ba0f
commit
ba1a39da40
1 changed files with 13 additions and 1 deletions
14
trunk.sh
14
trunk.sh
|
@ -252,9 +252,21 @@ cd $HOME/chromium/src &&
|
|||
gclient sync --with_branch_heads --with_tags -f -R -D &&
|
||||
|
||||
gclient runhooks &&
|
||||
printf "${YEL}Done!\n" &&
|
||||
printf "\n" &&
|
||||
|
||||
printf "${YEL}Downloading PGO Profiles for Linux, Windows, and Mac...\n" &&
|
||||
printf "\n" &&
|
||||
tput sgr0 &&
|
||||
|
||||
python3 tools/update_pgo_profiles.py --target=linux update --gs-url-base=chromium-optimization-profiles/pgo_profiles &&
|
||||
|
||||
python3 tools/update_pgo_profiles.py --target=win64 update --gs-url-base=chromium-optimization-profiles/pgo_profiles &&
|
||||
|
||||
python3 tools/update_pgo_profiles.py --target=mac update --gs-url-base=chromium-optimization-profiles/pgo_profiles &&
|
||||
|
||||
printf "\n" &&
|
||||
printf "${GRE}Done! ${YEL}You can now run ./VERSION.sh\n"
|
||||
printf "${GRE}Done! ${YEL}You can now run ./VERSION.sh\n" &&
|
||||
tput sgr0 &&
|
||||
|
||||
c0='\033[0m' # Reset Text
|
||||
|
|
Loading…
Reference in a new issue