Browse Source

Update pypy3 on CoreOS to 7.0.0 (#4456)

pull/4460/head
MarkusTeufelberger 5 years ago
committed by Kubernetes Prow Robot
parent
commit
301a371efe
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/bootstrap-os/files/bootstrap.sh

2
roles/bootstrap-os/files/bootstrap.sh

@ -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

Loading…
Cancel
Save