Skip to content

Commit

Permalink
Update to PyPy release 7.3.16
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed May 7, 2024
1 parent c7f2da0 commit c1564e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Download PyPy Sources
if: matrix.id != 'basic'
run: |
export PYPYVER=v7.3.15
export PYPYVER=v7.3.16
curl https://downloads.python.org/pypy/pypy2.7-${PYPYVER}-src.tar.bz2 -o pypy.tar.bz2
tar -xjf pypy.tar.bz2
mv pypy2.7-${PYPYVER}-src .pypy
Expand Down
7 changes: 5 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@ stages:

variables:
PYTHONUNBUFFERED: "true"
PYPY_SRC_DIR: /data/home/gitlab-runner/.asdf/installs/awfy/pypysrc-2.7-v7.3.15
PYPY_BIN_DIR: /data/home/gitlab-runner/.asdf/installs/python/pypy2.7-7.3.15/bin
PYPY_RELEASE: "7.3.16"

before_script:
- git submodule update --init
- ~/.asdf/bin/asdf install awfy pypysrc-2.7-v${PYPY_RELEASE}
- ~/.asdf/bin/asdf install python pypy2.7-${PYPY_RELEASE}
- export PYPY_SRC_DIR=/data/home/gitlab-runner/.asdf/installs/awfy/pypysrc-2.7-v${PYPY_RELEASE}
- export PYPY_BIN_DIR=/data/home/gitlab-runner/.asdf/installs/python/pypy2.7-${PYPY_RELEASE}/bin

build-and-test-interpreters:
stage: build-test
Expand Down

0 comments on commit c1564e5

Please sign in to comment.