From 375e31f6cc5a774f04af7dfb7a5748b92ecc8952 Mon Sep 17 00:00:00 2001 From: Rafael Kitover Date: Sun, 11 May 2025 22:41:36 -0700 Subject: [PATCH] build: stop using Python 2.7 in the Mac builder Remove code in the Mac builder to install Python 2.7 using pyenv. This no longer works and it is no longer needed by anything. Signed-off-by: Rafael Kitover --- tools/builder/core.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tools/builder/core.sh b/tools/builder/core.sh index 6ff39bea..22315a8d 100644 --- a/tools/builder/core.sh +++ b/tools/builder/core.sh @@ -833,11 +833,6 @@ mac_install_core_deps() { ln -sf "$(find "$BREW_PREFIX"/Cellar/gnu-getopt -path '*/bin/getopt' | head -1)" "$BUILD_ROOT/root/bin/getopt" - if ! [ -d "$(pyenv root)/versions/2.7.18" ]; then - pyenv install -s 2.7.18 - fi - pyenv global 2.7.18 - export PATH=$(pyenv root)/shims:$PATH # This is necessary because someone broke my compiler.