From d03792e8d3e6bd7578233a14323fe9d4fe2e6817 Mon Sep 17 00:00:00 2001 From: Alexandre Roux Date: Fri, 15 Dec 2023 15:16:21 +0000 Subject: [PATCH] don't switch to python 2 on community --- build-community.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-community.sh b/build-community.sh index 3a28c3d..38a2b13 100755 --- a/build-community.sh +++ b/build-community.sh @@ -298,8 +298,6 @@ for branch in ${BRANCH_NAME//,/ }; do echo ">> [$(date)] Starting build for $codename, $branch branch" | tee -a "$DEBUG_LOG" build_successful=false echo ">> [$(date)] ANDROID_JACK_VM_ARGS=${ANDROID_JACK_VM_ARGS}" - echo ">> [$(date)] Switch to Python2" - ln -fs /usr/bin/python2 /usr/bin/python BRUNCH_DEVICE=${codename} @@ -374,8 +372,6 @@ for branch in ${BRANCH_NAME//,/ }; do fi fi - echo ">> [$(date)] Switch back to Python3" - ln -fs /usr/bin/python3 /usr/bin/python fi done fi -- GitLab