Skip to content

Commit 4938924

Browse files
committed
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 <byavuz81@gmail.com> Discussion: https://postgr.es/m/CAN55FZ3_P4JJ6tWZafjf-_XbHgG6DQGXhH-y6Yp78_bwBJjcww@mail.gmail.com
1 parent 9ea5fe5 commit 4938924

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.tasks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,15 +125,15 @@ task:
125125
126126
127127
task:
128-
name: FreeBSD - 13 - Meson
128+
name: FreeBSD - Meson
129129

130130
env:
131131
# FreeBSD on GCP is slow when running with larger number of CPUS /
132132
# jobs. Using one more job than cpus seems to work best.
133133
CPUS: 2
134134
BUILD_JOBS: 3
135135
TEST_JOBS: 3
136-
IMAGE_FAMILY: pg-ci-freebsd-13
136+
IMAGE_FAMILY: pg-ci-freebsd
137137
DISK_SIZE: 50
138138

139139
CCACHE_DIR: /tmp/ccache_dir

0 commit comments

Comments
 (0)