1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-01-18 04:58:51 +02:00

Disable FreeBSD 13 builds on Cirrus CI.

Build have begin failing with this error:

ld-elf.so.1: /usr/local/bin/rsync: Undefined symbol "locale_charset"

There does not appear to be a new version so hopefully this is a transient error. Disable for now to free the build pipeline.
This commit is contained in:
David Steele 2022-10-05 12:20:02 -10:00
parent 1ea6a4142e
commit bb11539a37

View File

@ -45,19 +45,19 @@ freebsd_12_task:
# FreeBSD 13
# ----------------------------------------------------------------------------------------------------------------------------------
freebsd_13_task:
freebsd_instance:
image_family: freebsd-13-1
cpu: 4
memory: 4G
# freebsd_13_task:
# freebsd_instance:
# image_family: freebsd-13-1
# cpu: 4
# memory: 4G
install_script: pkg install -y bash git postgresql-libpqxx pkgconf libxml2 gmake perl5 libyaml p5-YAML-LibYAML rsync meson
# install_script: pkg install -y bash git postgresql-libpqxx pkgconf libxml2 gmake perl5 libyaml p5-YAML-LibYAML rsync meson
script:
- cd .. && perl ${CIRRUS_WORKING_DIR}/test/test.pl --min-gen --make-cmd=gmake --vm=none --vm-max=2 --no-coverage --no-valgrind --module=command --test=backup
# script:
# - cd .. && perl ${CIRRUS_WORKING_DIR}/test/test.pl --min-gen --make-cmd=gmake --vm=none --vm-max=2 --no-coverage --no-valgrind --module=command --test=backup
debug_script:
- ls -lah ${CIRRUS_WORKING_DIR}
# debug_script:
# - ls -lah ${CIRRUS_WORKING_DIR}
# MacOS Monterey
# ----------------------------------------------------------------------------------------------------------------------------------