From c3a4c985d5e2d723c7a15a1c358e28be4befd769 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 22 May 2025 15:25:35 +0200 Subject: [PATCH] ci: upgrade FreeBSD to version 14.2 py39-docutils doesn't exist in the package repositories, likely because the Python version has been upgraded. Let's not hardcode the Python version in the package name. Signed-off-by: Simon Ser --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1842ca07..df555c7c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -66,11 +66,11 @@ stages: .os-freebsd: variables: BUILD_OS: freebsd - FDO_DISTRIBUTION_VERSION: "14.1" - FDO_DISTRIBUTION_PACKAGES: 'meson ninja pkgconf libpciaccess py39-docutils cairo' + FDO_DISTRIBUTION_VERSION: "14.2" + FDO_DISTRIBUTION_PACKAGES: 'meson ninja pkgconf libpciaccess textproc/py-docutils cairo' # bump this tag every time you change something which requires rebuilding the # base image - FDO_DISTRIBUTION_TAG: "2026-26-25.0" + FDO_DISTRIBUTION_TAG: "2025-05-22.0" .freebsd-x86_64: extends: