Merge branch 'freebsd-14.4' into 'main'

ci: upgrade FreeBSD to v14.4

See merge request wayland/wayland!530
This commit is contained in:
Simon Ser 2026-03-10 11:32:21 +00:00
commit 063ea23002

View file

@ -305,11 +305,11 @@ armv7-release-debian-build:
.os-freebsd: .os-freebsd:
variables: variables:
BUILD_OS: freebsd 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' FDO_DISTRIBUTION_PACKAGES: 'libxslt meson ninja pkgconf expat libffi libepoll-shim libxml2'
# 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: "2025-07-20.0" FDO_DISTRIBUTION_TAG: "2026-03-10.0"
# Don't build documentation since installing the required tools massively # Don't build documentation since installing the required tools massively
# increases the VM image (and therefore container) size. # increases the VM image (and therefore container) size.
MESON_ARGS: "--fatal-meson-warnings -Dwerror=true -Ddocumentation=false" MESON_ARGS: "--fatal-meson-warnings -Dwerror=true -Ddocumentation=false"