Skip to content
Snippets Groups Projects
Commit dc90c594 authored by Smaine Kahlouch's avatar Smaine Kahlouch Committed by GitHub
Browse files

Merge pull request #305 from kubespray/upgrade_coreos_pypy

upgrade pypy version
parents 9ddace05 094c2c75
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ if [[ -e $BINDIR/.bootstrapped ]]; then
exit 0
fi
PYPY_VERSION=2.4.0
PYPY_VERSION=5.1.0
wget -O - https://bitbucket.org/pypy/pypy/downloads/pypy-$PYPY_VERSION-linux64.tar.bz2 |tar -xjf -
mv -n pypy-$PYPY_VERSION-linux64 pypy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment