]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
.cirrus.yml: freebsd 14
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Sat, 7 Oct 2023 13:45:14 +0000 (15:45 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 14 Nov 2023 07:19:02 +0000 (08:19 +0100)
ensure curl works on latest freebsd version

Closes #12053

.cirrus.yml

index ae7d8591d28b0ba96fed9bde831e08bb2402b554..27b4659b1196aa310dbaef67592cb04471cebbc4 100644 (file)
@@ -43,9 +43,9 @@ freebsd_task:
   name: FreeBSD
 
   matrix:
-    - name: FreeBSD 13.2
+    - name: FreeBSD 14.0
       freebsd_instance:
-        image_family: freebsd-13-2
+        image_family: freebsd-14-0
 
   env:
     CIRRUS_CLONE_DEPTH: 10
@@ -54,7 +54,7 @@ freebsd_task:
 
   pkginstall_script:
     - pkg update -f
-    - pkg install -y autoconf automake libtool pkgconf brotli openldap26-client heimdal libpsl libssh2 openssh-portable libidn2 librtmp libnghttp2 nghttp2 stunnel py39-openssl py39-impacket py39-cryptography
+    - pkg install -y autoconf automake libtool pkgconf brotli openldap26-client heimdal libpsl libssh2 libidn2 librtmp libnghttp2 nghttp2 stunnel py39-openssl py39-impacket py39-cryptography
     - pkg delete -y curl
   configure_script:
     - autoreconf -fi