From: Simon McVittie Date: Tue, 19 Aug 2025 13:30:14 +0000 (+0100) Subject: Rebuild FreeBSD image with space available for some upgrades X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d75035d24989e6bf6271032685253ff276e06d3;p=thirdparty%2Fdbus.git Rebuild FreeBSD image with space available for some upgrades Hopefully fixes dbus/dbus#558, but we won't know until some time has passed. Signed-off-by: Simon McVittie --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 11d405355..dfb15cbc1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -82,7 +82,8 @@ variables: BUILD_OS: freebsd BUILD_ARCH: "x86_64" FDO_DISTRIBUTION_VERSION: '14.3' - FDO_DISTRIBUTION_TAG: "2025-08-08.2-$UPSTREAM_BRANCH" + FDO_DISTRIBUTION_TAG: "2025-08-19.0-$UPSTREAM_BRANCH" + FDO_IMAGE_SIZE: '+1G' FDO_REPO_SUFFIX: "$BUILD_OS/$BUILD_ARCH" .cmake-common: