1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-13 07:13:00 +03:00

CI: cirrus-ci: switch to freebsd-13.2

openssl-devel has been renamed to openssl3{0,1}.
This commit is contained in:
Ilya Shipitsin 2023-04-16 22:58:03 +02:00
parent 22c602f630
commit b3df7a0b90

View File

@ -3,14 +3,13 @@ FreeBSD_task:
env: env:
SSL: openssl SSL: openssl
env: env:
# OpenSSL 3.0.x SSL: openssl31
SSL: openssl-devel
env: env:
# base openssl # base openssl
SSL: SSL:
matrix: matrix:
freebsd_instance: freebsd_instance:
image_family: freebsd-13-1 image_family: freebsd-13-2
prepare_script: prepare_script:
- pkg install -y pkgconf cmake git libsodium $SSL - pkg install -y pkgconf cmake git libsodium $SSL
- git submodule update --init --recursive - git submodule update --init --recursive