Skip to content

Commit

Permalink
Grab tar.xz
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Nov 26, 2024
1 parent 91d954d commit 50a8ac8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ fi
REVISION="python-${VERSION}"
initialise "${REVISION}" "${OUTPUT}" "${LAST_REVISION}"

curl -sL https://www.python.org/ftp/python/${VERSION}/Python-${VERSION}.tar.xz | tar Jxf -

SSL_PREFIX=/root/ssl
SSL_VERSION=3.3.2
curl -sL https://github.com/openssl/openssl/releases/download/openssl-${SSL_VERSION}/openssl-${SSL_VERSION}.tar.gz | tar zxf -
Expand All @@ -35,7 +37,6 @@ export LD_LIBRARY_PATH=${SSL_PREFIX}/lib64

DEST=/root/python

curl -sL https://www.python.org/ftp/python/${VERSION}/Python-${VERSION}.tgz | tar zxf -
pushd Python-${VERSION}
./configure \
--prefix=${DEST} \
Expand Down

0 comments on commit 50a8ac8

Please sign in to comment.