commit | e511b301c7cd1008f906683f2f984cf83ead16f9 | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Tue Oct 01 15:16:05 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Oct 01 15:16:05 2024 +0000 |
tree | 1b6570d25776332d6f20bae7561a122a071d71c3 | |
parent | 716e27f9d9094d848dab930336169b58ea1891e4 [diff] |
Revert "use python 3.10 for FAI" This reverts commit 716e27f9d9094d848dab930336169b58ea1891e4. Reason for revert: pyenv isn't necessary anymore Change-Id: I6f52092ce53a0966ed39fb35fcef51e525d55e84
diff --git a/build/debian/kokoro/gcp_ubuntu_docker/build.sh b/build/debian/kokoro/gcp_ubuntu_docker/build.sh index 88ce921..fb2a1a3 100644 --- a/build/debian/kokoro/gcp_ubuntu_docker/build.sh +++ b/build/debian/kokoro/gcp_ubuntu_docker/build.sh
@@ -3,11 +3,5 @@ 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