From 4fc6840c109216c35b56dbbe8f0d07ea6a9fa026 Mon Sep 17 00:00:00 2001 From: Sajith Sasidharan Date: Tue, 14 Apr 2020 17:35:44 -0400 Subject: [PATCH] Build Docker images for pypy 2.7-buster on CircleCI --- .circleci/config.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 41e4ea7fa..61ed12a5d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,8 +27,8 @@ workflows: - "nixos-19.09" - # Test against PyPy 2.7/7.1.1 - - "pypy2.7-7.1" + # Test against PyPy 2.7 + - "pypy2.7-buster" # Other assorted tasks and configurations - "lint" @@ -69,7 +69,7 @@ workflows: - "build-image-fedora-29" - "build-image-centos-8" - "build-image-slackware-14.2" - - "build-image-pypy-2.7-7.1.1-jessie" + - "build-image-pypy-2.7-buster" jobs: @@ -198,10 +198,10 @@ jobs: user: "nobody" - pypy2.7-7.1: + pypy2.7-buster: <<: *DEBIAN docker: - - image: "tahoelafsci/pypy:2.7-7.1.1-jessie" + - image: "tahoelafsci/pypy:2.7-buster" user: "nobody" environment: @@ -513,9 +513,9 @@ jobs: TAG: "14.2" - build-image-pypy-2.7-7.1.1-jessie: + build-image-pypy-2.7-buster: <<: *BUILD_IMAGE environment: DISTRO: "pypy" - TAG: "2.7-7.1.1-jessie" + TAG: "2.7-buster"