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 <contact@emersion.fr>
This commit is contained in:
Simon Ser 2025-05-22 15:25:35 +02:00
parent e9a886f859
commit c3a4c985d5

View file

@ -66,11 +66,11 @@ stages:
.os-freebsd: .os-freebsd:
variables: variables:
BUILD_OS: freebsd BUILD_OS: freebsd
FDO_DISTRIBUTION_VERSION: "14.1" FDO_DISTRIBUTION_VERSION: "14.2"
FDO_DISTRIBUTION_PACKAGES: 'meson ninja pkgconf libpciaccess py39-docutils cairo' FDO_DISTRIBUTION_PACKAGES: 'meson ninja pkgconf libpciaccess textproc/py-docutils cairo'
# bump this tag every time you change something which requires rebuilding the # bump this tag every time you change something which requires rebuilding the
# base image # base image
FDO_DISTRIBUTION_TAG: "2026-26-25.0" FDO_DISTRIBUTION_TAG: "2025-05-22.0"
.freebsd-x86_64: .freebsd-x86_64:
extends: extends: