From ad8807543b772ec186e44aa17cbf833e3377b770 Mon Sep 17 00:00:00 2001 From: David Lawson Date: Thu, 22 Jul 2021 17:28:04 +0100 Subject: [PATCH] Update pyston-2.3 (#2017) The original 2.3 portable version was compiled on Ubuntu 20.04 and didn't work with older glibc. This has been fixed and the older file has been deleted so hopefully this change is acceptable. --- plugins/python-build/share/python-build/pyston-2.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/python-build/share/python-build/pyston-2.3 b/plugins/python-build/share/python-build/pyston-2.3 index ff5ee2f2..161b03d7 100644 --- a/plugins/python-build/share/python-build/pyston-2.3 +++ b/plugins/python-build/share/python-build/pyston-2.3 @@ -6,7 +6,7 @@ echo case "$(pyston_architecture 2>/dev/null || true)" in "linux64" ) - install_package "pyston_2.3" "https://github.com/pyston/pyston/releases/download/v2.3/pyston_2.3_portable.tar.gz#1d3885ede2d112c8087ec3c3ebf185782562ee5867a2cf15f6ea74e70f2d1db6" "pyston" verify_py38 get_pip + install_package "pyston_2.3" "https://github.com/pyston/pyston/releases/download/v2.3/pyston_2.3_portable-v2.tar.gz#90185e29e4a1a19562c095f2bb4e81a5d0715150fa10eca363ec1188b5ba7ee7" "pyston" verify_py38 get_pip ;; * ) { echo