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:
parent
1ea6a4142e
commit
bb11539a37
20
.cirrus.yml
20
.cirrus.yml
@ -45,19 +45,19 @@ freebsd_12_task:
|
|||||||
|
|
||||||
# FreeBSD 13
|
# FreeBSD 13
|
||||||
# ----------------------------------------------------------------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------------------------------------------------------------
|
||||||
freebsd_13_task:
|
# freebsd_13_task:
|
||||||
freebsd_instance:
|
# freebsd_instance:
|
||||||
image_family: freebsd-13-1
|
# image_family: freebsd-13-1
|
||||||
cpu: 4
|
# cpu: 4
|
||||||
memory: 4G
|
# 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:
|
# 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
|
# - 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:
|
# debug_script:
|
||||||
- ls -lah ${CIRRUS_WORKING_DIR}
|
# - ls -lah ${CIRRUS_WORKING_DIR}
|
||||||
|
|
||||||
# MacOS Monterey
|
# MacOS Monterey
|
||||||
# ----------------------------------------------------------------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user