summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2024-02-20 08:24:15 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2024-02-20 08:24:15 +1000
commit6ed6814489b47acc3e78e4f165506c7164a82670 (patch)
treea1b0f4f882d4b67c0a0628ed2ce698c819f5833f
parenta24f467576fd33e66d8796b98e7c46c1a3c84d06 (diff)
gitlab CI: update to latest templates and current fedora
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d49854c..c0c5003 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@
# Please see the ci-templates documentation for details:
# https://freedesktop.pages.freedesktop.org/ci-templates/
-.templates_sha: &template_sha c5626190ec14b475271288dda7a7dae8dbe0cd76 # see https://docs.gitlab.com/ee/ci/yaml/#includefile
+.templates_sha: &template_sha 84052757dacc5fd65f5ace92b7fe63c60f6c8558 # see https://docs.gitlab.com/ee/ci/yaml/#includefile
include:
- project: 'freedesktop/ci-templates'
@@ -26,10 +26,10 @@ stages:
.fedora:
variables:
- FDO_DISTRIBUTION_VERSION: 33
+ FDO_DISTRIBUTION_VERSION: 39
FDO_DISTRIBUTION_PACKAGES: 'git autoconf automake libtool make xorg-x11-server-devel libudev-devel libevdev-devel libinput-devel xorg-x11-util-macros'
FDO_DISTRIBUTION_EXEC: 'env FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} bash .gitlab-ci/fedora-install.sh'
- FDO_DISTRIBUTION_TAG: '2021-09-15.0'
+ FDO_DISTRIBUTION_TAG: '2024-02-20.0'
fedora@container_build:
@@ -58,7 +58,7 @@ fedora@container_build:
- _builddir/config.log
-fedora:33@default-build:
+fedora@default-build:
extends:
- .fedora
- .fdo.distribution-image@fedora