ci: upgrade FreeBSD to 13.2

Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
Simon Ser 2023-08-02 16:23:05 +02:00
parent 63b0050561
commit 379a6f6759

View File

@ -299,11 +299,11 @@ armv7-release-debian-build:
.os-freebsd: .os-freebsd:
variables: variables:
BUILD_OS: freebsd BUILD_OS: freebsd
FDO_DISTRIBUTION_VERSION: "13.1" FDO_DISTRIBUTION_VERSION: "13.2"
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: "2022-09-08.0" FDO_DISTRIBUTION_TAG: "2023-08-02.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: "-Ddocumentation=false" MESON_ARGS: "-Ddocumentation=false"