From bec2bcddd84056eaa6f9abfa778a9e16929c1ece Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 10 Mar 2026 12:31:35 +0100 Subject: [PATCH] ci: upgrade FreeBSD to v14.4 Signed-off-by: Simon Ser --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 17298274..cd7b5113 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -305,11 +305,11 @@ armv7-release-debian-build: .os-freebsd: variables: BUILD_OS: freebsd - FDO_DISTRIBUTION_VERSION: "14.3" + FDO_DISTRIBUTION_VERSION: "14.4" FDO_DISTRIBUTION_PACKAGES: 'libxslt meson ninja pkgconf expat libffi libepoll-shim libxml2' # bump this tag every time you change something which requires rebuilding the # base image - FDO_DISTRIBUTION_TAG: "2025-07-20.0" + FDO_DISTRIBUTION_TAG: "2026-03-10.0" # Don't build documentation since installing the required tools massively # increases the VM image (and therefore container) size. MESON_ARGS: "--fatal-meson-warnings -Dwerror=true -Ddocumentation=false"