[TOOLS] Adds PGO download for v8 required for desktop builds
v133 requires the download of v8-related PGOs, currently only used for the desktop version. It would be interesting to understand why they are not used in android.
This commit is contained in:
@@ -37,6 +37,7 @@ python3 tools/update_pgo_profiles.py --target=android-arm64 update --gs-url-base
|
||||
python3 tools/update_pgo_profiles.py --target=android-arm32 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=linux update --gs-url-base=chromium-optimization-profiles/pgo_profiles
|
||||
python3 v8/tools/builtins-pgo/download_profiles.py download --depot-tools third_party/depot_tools --check-v8-revision
|
||||
|
||||
echo -e ${RED} -------- download x86_64 android image ${NC}
|
||||
#echo -e "\$ParanoidMode CheckIntegrity\n\nchromium/third_party/android_sdk/public/avds/android-31/google_apis/x86_64 Ur_zl6_BRKRkf_9X3SMZ3eH2auoOyJ2kLslpTZZwi3gC" | .cipd_client ensure -ensure-file - -root $WORKSPACE/chromium/src/.android
|
||||
|
||||
Reference in New Issue
Block a user