Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ad40644

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 Backpatch-through: 15
1 parent d00107c commit ad40644

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.cirrus.tasks.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,13 @@ task:
126126
127127
128128
task:
129-
name: FreeBSD - 13 - Meson
129+
name: FreeBSD - Meson
130130

131131
env:
132132
CPUS: 4
133133
BUILD_JOBS: 4
134134
TEST_JOBS: 8
135-
IMAGE_FAMILY: pg-ci-freebsd-13
135+
IMAGE_FAMILY: pg-ci-freebsd
136136
DISK_SIZE: 50
137137

138138
CCACHE_DIR: /tmp/ccache_dir
@@ -167,7 +167,6 @@ task:
167167
sysctl kern.corefile='/tmp/cores/%N.%P.core'
168168
setup_additional_packages_script: |
169169
pkg install -y curl
170-
pkg upgrade -y libssh2 # XXX shouldn't be necessary. revisit w/ FreeBSD 14
171170
172171
# NB: Intentionally build without -Dllvm. The freebsd image size is already
173172
# large enough to make VM startup slow, and even without llvm freebsd

0 commit comments

Comments
 (0)