mirror of
https://github.com/Phantop/appdwarf.git
synced 2024-11-19 13:23:06 +00:00
mkpypy: ensure latest version
This commit is contained in:
parent
dd77cfa3f0
commit
84106c982c
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
. "$(dirname "$0")"/appmk
|
||||
part0
|
||||
LINK="https://buildbot.pypy.org/nightly/py3.9/pypy-c-jit-latest-linux64.tar.bz2"
|
||||
LINK="https://buildbot.pypy.org/nightly/trunk/pypy-c-jit-latest-linux64.tar.bz2"
|
||||
unbz
|
||||
mv "$DIR"/pypy*/* "$DIR"
|
||||
"$DIR"/bin/pypy -m ensurepip
|
||||
|
|
Loading…
Reference in a new issue