summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-05-01 23:10:53 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-05-01 23:10:53 +0200
commitaa0df93d466f0a18e39863c039adf32df124ec70 (patch)
tree584214bab4c404a50d0c95ec1742ae5cd1b6cd55 /.gitlab-ci
parent1ba89bc9e083e824aa805fc39e97920d089abf33 (diff)
downloadpygobject-aa0df93d466f0a18e39863c039adf32df124ec70.tar.gz
ci: update pypy and py2.7
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/Dockerfile6
-rwxr-xr-x.gitlab-ci/run-docker.sh2
2 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile
index 4b457a0b..f1ee9c7f 100644
--- a/.gitlab-ci/Dockerfile
+++ b/.gitlab-ci/Dockerfile
@@ -35,11 +35,11 @@ ENV PATH="${PYENV_ROOT}/shims:${PYENV_ROOT}/bin:${PATH}"
RUN curl -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer | bash
-RUN pyenv install 2.7.14
+RUN pyenv install 2.7.15
RUN pyenv install 3.5.5
RUN pyenv install 3.6.5
RUN pyenv install 3.7.0b3
-RUN pyenv install pypy2.7-5.10.0
-RUN pyenv install pypy3.5-5.10.1
+RUN pyenv install pypy2.7-6.0.0
+RUN pyenv install pypy3.5-6.0.0
ENV PATH="/usr/lib/ccache:${PATH}"
diff --git a/.gitlab-ci/run-docker.sh b/.gitlab-ci/run-docker.sh
index 6f4f428c..aed88316 100755
--- a/.gitlab-ci/run-docker.sh
+++ b/.gitlab-ci/run-docker.sh
@@ -2,7 +2,7 @@
set -e
-TAG="registry.gitlab.gnome.org/gnome/pygobject/main:v5"
+TAG="registry.gitlab.gnome.org/gnome/pygobject/main:v6"
sudo docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \
--file "Dockerfile" .