mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
Update pypy3 on CoreOS to 7.0.0 (#4456)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
1a6df84c7a
commit
301a371efe
@@ -11,7 +11,7 @@ if [[ -e $BINDIR/.bootstrapped ]]; then
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
PYPY_VERSION=6.0.0
|
PYPY_VERSION=7.0.0
|
||||||
|
|
||||||
wget -O - https://bitbucket.org/squeaky/portable-pypy/downloads/pypy3.5-$PYPY_VERSION-linux_x86_64-portable.tar.bz2 | tar -xjf -
|
wget -O - https://bitbucket.org/squeaky/portable-pypy/downloads/pypy3.5-$PYPY_VERSION-linux_x86_64-portable.tar.bz2 | tar -xjf -
|
||||||
mv -n pypy3.5-$PYPY_VERSION-linux_x86_64-portable pypy3
|
mv -n pypy3.5-$PYPY_VERSION-linux_x86_64-portable pypy3
|
||||||
|
|||||||
Reference in New Issue
Block a user