From 49389240bb5e8a3f18a72a41323c0d4c64add38b Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Wed, 5 Mar 2025 10:29:03 -0500 Subject: [PATCH] ci: Upgrade FreeBSD image Upgrade to the current stable version. To avoid needing commits like this in the future, the CI image name now doesn't contain the OS version number anymore. Backpatch to all versions with CI support, we don't want to generate CI images for multiple FreeBSD versions. Author: Nazir Bilal Yavuz Discussion: https://postgr.es/m/CAN55FZ3_P4JJ6tWZafjf-_XbHgG6DQGXhH-y6Yp78_bwBJjcww@mail.gmail.com --- .cirrus.tasks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.tasks.yml b/.cirrus.tasks.yml index ab44d24e347..d12360aa356 100644 --- a/.cirrus.tasks.yml +++ b/.cirrus.tasks.yml @@ -125,7 +125,7 @@ task: task: - name: FreeBSD - 13 - Meson + name: FreeBSD - Meson env: # FreeBSD on GCP is slow when running with larger number of CPUS / @@ -133,7 +133,7 @@ task: CPUS: 2 BUILD_JOBS: 3 TEST_JOBS: 3 - IMAGE_FAMILY: pg-ci-freebsd-13 + IMAGE_FAMILY: pg-ci-freebsd DISK_SIZE: 50 CCACHE_DIR: /tmp/ccache_dir