commit | fef83ea71fa88e4b68b141f0d6070de6019a0d32 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Thu Sep 26 02:04:35 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Sep 26 02:04:35 2024 +0000 |
tree | 633ef913f9d05b363af094880bb04939e031a0fd | |
parent | 2974f66bbc23d65476851b8a70fd333f1d5fdb94 [diff] | |
parent | 716e27f9d9094d848dab930336169b58ea1891e4 [diff] |
Merge "use python 3.10 for FAI" into main
diff --git a/build/debian/kokoro/gcp_ubuntu_docker/build.sh b/build/debian/kokoro/gcp_ubuntu_docker/build.sh index fb2a1a3..88ce921 100644 --- a/build/debian/kokoro/gcp_ubuntu_docker/build.sh +++ b/build/debian/kokoro/gcp_ubuntu_docker/build.sh
@@ -3,5 +3,11 @@ set -e cd "${KOKORO_ARTIFACTS_DIR}/git/avf/build/debian/" + +# FAI needs it +pyenv install 3.10 +pyenv global 3.10 +python --version + sudo losetup -D sudo ./build.sh