From 379a6f6759bb261d64a5f178e67f0e5f1eabad7a Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 2 Aug 2023 16:23:05 +0200 Subject: [PATCH] ci: upgrade FreeBSD to 13.2 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 2978ece..2ac971a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -299,11 +299,11 @@ armv7-release-debian-build: .os-freebsd: variables: 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' # bump this tag every time you change something which requires rebuilding the # 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 # increases the VM image (and therefore container) size. MESON_ARGS: "-Ddocumentation=false"