summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2022-07-22 21:10:34 -0700
committerPhilip Chimento <philip.chimento@gmail.com>2022-07-24 15:31:05 -0700
commit799ed9545604d3b8c411291a88ba59394ab2ef4a (patch)
treeeb926fccd8f15b522cca686e3f190a5ecf1dd675 /.gitlab-ci.yml
parente8946fd1ab975c6141ca1fa500f6dda264a53d5c (diff)
downloadgjs-799ed9545604d3b8c411291a88ba59394ab2ef4a.tar.gz
CI: Rebuild CI image on Fedora 36
mozjs91 cannot be built with Python 3.10 due to a bug, so we have to install Python 3.9 separately and use it. glibc-debuginfo-common no longer exists in Fedora 36. Requires a bump of the freedesktop CI template as well, due to broken seccomp on the older buildah image.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 981ff046..7bd516b7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -388,7 +388,7 @@ zeal_11:
# Create CI Docker Images #
#############################################
.Docker image template: &create_docker_image
- image: registry.freedesktop.org/freedesktop/ci-templates/x86_64/buildah:2020-10-30.1
+ image: quay.io/freedesktop.org/ci-templates:container-build-base-2022-05-25.0
stage: deploy
only:
variables: