mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-01-18 04:58:51 +02:00
Add bash to Cirrus CI FreeBSD package install.
It appears bash was removed from the base image so install explicitly.
This commit is contained in:
parent
8844ced384
commit
2c9c59170f
@ -15,7 +15,7 @@ freebsd_12_task:
|
||||
cpu: 4
|
||||
memory: 4G
|
||||
|
||||
install_script: pkg install -y git postgresql-libpqxx pkgconf libxml2 gmake perl5 p5-YAML-LibYAML rsync
|
||||
install_script: pkg install -y bash git postgresql-libpqxx pkgconf libxml2 gmake perl5 p5-YAML-LibYAML rsync
|
||||
|
||||
script:
|
||||
- perl ${CIRRUS_WORKING_DIR}/test/test.pl --no-gen --make-cmd=gmake --vm=none --vm-max=2 --no-coverage --no-valgrind --module=command --test=backup
|
||||
|
Loading…
x
Reference in New Issue
Block a user