From 587d66c2d6a5c4074af6bd71d9efec7434211c5b Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Fri, 7 Feb 2025 05:12:19 -0200 Subject: [PATCH] [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. --- tools/images/cromite-build/pre-start.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/images/cromite-build/pre-start.sh b/tools/images/cromite-build/pre-start.sh index c18dff4c..9487dd6f 100644 --- a/tools/images/cromite-build/pre-start.sh +++ b/tools/images/cromite-build/pre-start.sh @@ -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