From ec9f9351723bdb85687699b0430656f342a6a76d Mon Sep 17 00:00:00 2001 From: Diana Picus Date: Wed, 27 Jan 2021 10:30:59 +0100 Subject: Install python2 so we can build llvm 11.1.0-rc2 etc Change-Id: I8da6f4f1f49dbc40cee7e6e8bc4024eca5c35d1e --- tcwg-llvm-release.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tcwg-llvm-release.sh b/tcwg-llvm-release.sh index 5e1b5433..09a88172 100755 --- a/tcwg-llvm-release.sh +++ b/tcwg-llvm-release.sh @@ -173,6 +173,11 @@ echo "TARGET=$TARGET" LOGBASE="$WORKSPACE/tcwg-llvm" LOGEXT="txt" +# Install python 2 just for llvm 11.1.0, since we already shipped rc1 with +# python 2. +sudo apt update +sudo apt install -y python-dev python-pip python-setuptools python-wheel libpython2.7-dev + # Release script RELEASE_SCRIPT="test-release.sh" RELEASE_TAG="llvmorg-${RELEASE}${RCTAG}" -- cgit v1.2.3