mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
version pgo fix
This commit is contained in:
parent
b64bea5c1f
commit
67cad3673f
1 changed files with 2 additions and 2 deletions
|
@ -61,8 +61,6 @@ gclient runhooks &&
|
|||
# Install all sysroots (i.e. for ARM64)
|
||||
build/linux/sysroot_scripts/install-sysroot.py --all &&
|
||||
|
||||
cd ~/thorium &&
|
||||
|
||||
printf "\n"
|
||||
printf "${GRE}Chromium tree is checked out at tag: ${c0}$THOR_VER\n"
|
||||
printf "\n"
|
||||
|
@ -78,6 +76,8 @@ python3 tools/update_pgo_profiles.py --target=win64 update --gs-url-base=chromiu
|
|||
python3 tools/update_pgo_profiles.py --target=mac update --gs-url-base=chromium-optimization-profiles/pgo_profiles &&
|
||||
printf "\n" &&
|
||||
|
||||
cd ~/thorium &&
|
||||
|
||||
printf "${GRE}Done! ${YEL}You can now run ./setup.sh\n"
|
||||
tput sgr0 &&
|
||||
|
||||
|
|
Loading…
Reference in a new issue