mirror of
https://github.com/curl/curl.git
synced 2025-09-11 06:32:41 +03:00
.cirrus.yml: freebsd 14
ensure curl works on latest freebsd version Closes #12053
This commit is contained in:
parent
34eddaac92
commit
50bf253357
|
@ -43,9 +43,9 @@ freebsd_task:
|
||||||
name: FreeBSD
|
name: FreeBSD
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
- name: FreeBSD 13.2
|
- name: FreeBSD 14.0
|
||||||
freebsd_instance:
|
freebsd_instance:
|
||||||
image_family: freebsd-13-2
|
image_family: freebsd-14-0
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CIRRUS_CLONE_DEPTH: 10
|
CIRRUS_CLONE_DEPTH: 10
|
||||||
|
@ -54,7 +54,7 @@ freebsd_task:
|
||||||
|
|
||||||
pkginstall_script:
|
pkginstall_script:
|
||||||
- pkg update -f
|
- 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
|
- pkg delete -y curl
|
||||||
configure_script:
|
configure_script:
|
||||||
- autoreconf -fi
|
- autoreconf -fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user