summaryrefslogtreecommitdiff
path: root/tcwg-llvm-release.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tcwg-llvm-release.sh')
-rwxr-xr-xtcwg-llvm-release.sh5
1 files changed, 5 insertions, 0 deletions
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}"