From 35c7a199901d180629e0c6f2aa44a55d3c4090be Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Fri, 27 Aug 2021 11:27:09 +0200 Subject: [PATCH] Update pre-start.sh --- images/bromite-build/pre-start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/bromite-build/pre-start.sh b/images/bromite-build/pre-start.sh index a0fe139..dd24f91 100644 --- a/images/bromite-build/pre-start.sh +++ b/images/bromite-build/pre-start.sh @@ -27,7 +27,7 @@ sudo cp $WORKSPACE/goma_auth.py $WORKSPACE/goma/ echo -e ${RED} -------- prepare vpython virtual environment ${NC} rm -rf /tmp/vpython* cd $WORKSPACE/chromium/src -vpython -vpython-spec .vpython -vpython-root . -vpython-log-level debug -vpython-tool install +vpython -vpython-spec .vpython -vpython-root $VPYTHON_VIRTUALENV_ROOT -vpython-log-level debug -vpython-tool install #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