mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
This should fix this error thrown by autoreconf: ld-elf.so.1: /usr/local/lib/perl5/5.32/mach/CORE/libperl.so.5.32: Undefined symbol "strerror_l@FBSD_1.6"
19 lines
377 B
YAML
19 lines
377 B
YAML
task:
|
|
matrix:
|
|
- name: FreeBSD 13.0
|
|
freebsd_instance:
|
|
image_family: freebsd-13-0
|
|
- name: FreeBSD 12.3
|
|
freebsd_instance:
|
|
image_family: freebsd-12-3
|
|
|
|
env:
|
|
TESTS_REDUCED_KEYLENGTHS: yes
|
|
LEAK_DETECTIVE: no
|
|
MONOLITHIC: no
|
|
TEST: freebsd
|
|
OS_NAME: freebsd
|
|
|
|
install_script: ./scripts/test.sh deps
|
|
script: ./scripts/test.sh
|