From 5f9ca92ec35f5769b0b61bd84dbf1cb755962130 Mon Sep 17 00:00:00 2001 From: Nazir Bilal Yavuz Date: Wed, 5 Mar 2025 09:58:24 +0300 Subject: [PATCH v1] ci: Upgrade FreeBSD CI image version to 14.2 Upgrade to the current stable version. Backpatch to all versions with CI support, we don't want to generate CI images for multiple FreeBSD versions. ci-os-only: freebsd --- .cirrus.tasks.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.cirrus.tasks.yml b/.cirrus.tasks.yml index c5e7b743bfb..e7482da1fdd 100644 --- a/.cirrus.tasks.yml +++ b/.cirrus.tasks.yml @@ -126,13 +126,13 @@ task: task: - name: FreeBSD - 13 - Meson + name: FreeBSD - Meson env: CPUS: 4 BUILD_JOBS: 4 TEST_JOBS: 8 - IMAGE_FAMILY: pg-ci-freebsd-13 + IMAGE_FAMILY: pg-ci-freebsd DISK_SIZE: 50 CCACHE_DIR: /tmp/ccache_dir @@ -167,7 +167,6 @@ task: sysctl kern.corefile='/tmp/cores/%N.%P.core' setup_additional_packages_script: | pkg install -y curl - pkg upgrade -y libssh2 # XXX shouldn't be necessary. revisit w/ FreeBSD 14 # NB: Intentionally build without -Dllvm. The freebsd image size is already # large enough to make VM startup slow, and even without llvm freebsd -- 2.47.2