mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 19:37:30 -03:00
Add echos
This commit is contained in:
parent
9e303ecd3a
commit
fd9eedccff
1 changed files with 8 additions and 0 deletions
8
trunk.sh
8
trunk.sh
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "Rebasing/Syncing and running hooks..." &&
|
||||
|
||||
cd $HOME/chromium/src/v8/ &&
|
||||
|
||||
git checkout -f origin/main &&
|
||||
|
@ -16,10 +18,16 @@ gclient sync --with_branch_heads --with_tags -f -R -D &&
|
|||
|
||||
gclient runhooks &&
|
||||
|
||||
echo "Done!" &&
|
||||
|
||||
echo "Downloading PGO Profiles for Linux, Windows, and Mac..." &&
|
||||
|
||||
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 &&
|
||||
|
||||
echo "Done! You can now run ./setup.sh."
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Reference in a new issue