File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 38
38
- name : Download PyPy Sources
39
39
if : matrix.id != 'basic'
40
40
run : |
41
- export PYPYVER=v7.3.15
41
+ export PYPYVER=v7.3.16
42
42
curl https://downloads.python.org/pypy/pypy2.7-${PYPYVER}-src.tar.bz2 -o pypy.tar.bz2
43
43
tar -xjf pypy.tar.bz2
44
44
mv pypy2.7-${PYPYVER}-src .pypy
Original file line number Diff line number Diff line change @@ -5,11 +5,14 @@ stages:
5
5
6
6
variables :
7
7
PYTHONUNBUFFERED : " true"
8
- PYPY_SRC_DIR : /data/home/gitlab-runner/.asdf/installs/awfy/pypysrc-2.7-v7.3.15
9
- PYPY_BIN_DIR : /data/home/gitlab-runner/.asdf/installs/python/pypy2.7-7.3.15/bin
8
+ PYPY_RELEASE : " 7.3.16"
10
9
11
10
before_script :
12
11
- git submodule update --init
12
+ - ~/.asdf/bin/asdf install awfy pypysrc-2.7-v${PYPY_RELEASE}
13
+ - ~/.asdf/bin/asdf install python pypy2.7-${PYPY_RELEASE}
14
+ - export PYPY_SRC_DIR=/data/home/gitlab-runner/.asdf/installs/awfy/pypysrc-2.7-v${PYPY_RELEASE}
15
+ - export PYPY_BIN_DIR=/data/home/gitlab-runner/.asdf/installs/python/pypy2.7-${PYPY_RELEASE}/bin
13
16
14
17
build-and-test-interpreters :
15
18
stage : build-test
You can’t perform that action at this time.
0 commit comments