Skip to content
Snippets Groups Projects
Commit 301a371e authored by MarkusTeufelberger's avatar MarkusTeufelberger Committed by Kubernetes Prow Robot
Browse files

Update pypy3 on CoreOS to 7.0.0 (#4456)

parent 1a6df84c
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=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 -
mv -n pypy3.5-$PYPY_VERSION-linux_x86_64-portable pypy3
......
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