diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2020-05-19 15:47:00 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2020-05-19 15:47:11 +1000 |
commit | 639b21d78a80566477163993366400e506f6e7b7 (patch) | |
tree | 8ab93674f97c641fe1bdf171d3fc8da213685e68 | |
parent | e52daf203bb690e33b27514cb8fc76b263e6622a (diff) |
gitlab CI: bump to Fedora 32
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d73eb94..cc6d5c2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ include: variables: FEDORA_RPMS: 'git autoconf automake libtool make xorg-x11-server-devel libudev-devel libevdev-devel libinput-devel xorg-x11-util-macros' - FEDORA_TAG: '2019-08-12.0' + FEDORA_TAG: '2020-05-19.0' UPSTREAM_REPO: xorg/drivers/xf86-input-libinput BUILDAH_IMAGE: $CI_REGISTRY/wayland/ci-templates/buildah:latest FEDORA_CONTAINER_IMAGE: $CI_REGISTRY_IMAGE/fedora/$FEDORA_VERSION:$FEDORA_TAG @@ -24,7 +24,7 @@ container_build: stage: containers-build variables: GIT_STRATEGY: none - FEDORA_VERSION: 30 + FEDORA_VERSION: 32 .default_artifacts: &default_artifacts @@ -58,7 +58,7 @@ container_build: image: $FEDORA_CONTAINER_IMAGE -fedora:30@default-build: +fedora:32@default-build: extends: .fedora-build@template variables: - FEDORA_VERSION: 30 + FEDORA_VERSION: 32 |