Merge pull request #706 from sajith/3299.update-pypy
Use 2.7-buster Docker image for pypy
This commit is contained in:
commit
e8695f41a0
|
@ -1,4 +1,4 @@
|
||||||
FROM pypy:2.7-7.1.1-jessie
|
FROM pypy:2.7-buster
|
||||||
|
|
||||||
ENV WHEELHOUSE_PATH /tmp/wheelhouse
|
ENV WHEELHOUSE_PATH /tmp/wheelhouse
|
||||||
ENV VIRTUALENV_PATH /tmp/venv
|
ENV VIRTUALENV_PATH /tmp/venv
|
||||||
|
|
|
@ -27,8 +27,8 @@ workflows:
|
||||||
|
|
||||||
- "nixos-19.09"
|
- "nixos-19.09"
|
||||||
|
|
||||||
# Test against PyPy 2.7/7.1.1
|
# Test against PyPy 2.7
|
||||||
- "pypy2.7-7.1"
|
- "pypy2.7-buster"
|
||||||
|
|
||||||
# Other assorted tasks and configurations
|
# Other assorted tasks and configurations
|
||||||
- "lint"
|
- "lint"
|
||||||
|
@ -69,7 +69,7 @@ workflows:
|
||||||
- "build-image-fedora-29"
|
- "build-image-fedora-29"
|
||||||
- "build-image-centos-8"
|
- "build-image-centos-8"
|
||||||
- "build-image-slackware-14.2"
|
- "build-image-slackware-14.2"
|
||||||
- "build-image-pypy-2.7-7.1.1-jessie"
|
- "build-image-pypy-2.7-buster"
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -198,10 +198,10 @@ jobs:
|
||||||
user: "nobody"
|
user: "nobody"
|
||||||
|
|
||||||
|
|
||||||
pypy2.7-7.1:
|
pypy2.7-buster:
|
||||||
<<: *DEBIAN
|
<<: *DEBIAN
|
||||||
docker:
|
docker:
|
||||||
- image: "tahoelafsci/pypy:2.7-7.1.1-jessie"
|
- image: "tahoelafsci/pypy:2.7-buster"
|
||||||
user: "nobody"
|
user: "nobody"
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
@ -513,9 +513,9 @@ jobs:
|
||||||
TAG: "14.2"
|
TAG: "14.2"
|
||||||
|
|
||||||
|
|
||||||
build-image-pypy-2.7-7.1.1-jessie:
|
build-image-pypy-2.7-buster:
|
||||||
<<: *BUILD_IMAGE
|
<<: *BUILD_IMAGE
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
DISTRO: "pypy"
|
DISTRO: "pypy"
|
||||||
TAG: "2.7-7.1.1-jessie"
|
TAG: "2.7-buster"
|
||||||
|
|
Loading…
Reference in New Issue