summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2021-03-02 19:09:23 -0800
committerWayne Davison <wayne@opencoder.net>2021-03-02 19:09:23 -0800
commitd857fd42acc675d96de5dd34e530b95ff2c12169 (patch)
tree2e43fe5906bc60585b1d560a0cf498644481148e /.cirrus.yml
parent5856b71eb7f67de79f1a4de9d5452589f3729403 (diff)
downloadrsync-d857fd42acc675d96de5dd34e530b95ff2c12169.tar.gz
Install bash on FreeBSD CI.
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 4810f126..846f864d 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -7,7 +7,7 @@ freebsd_task:
prep_script:
- dd if=/dev/zero of=/tmp/zpool bs=1M count=1024
- zpool create -m `pwd`/testtmp zpool /tmp/zpool
- - pkg install -y autotools m4 xxhash zstd liblz4 wget
+ - pkg install -y bash autotools m4 xxhash zstd liblz4 wget
- wget https://download.samba.org/pub/rsync/generated-files/git-version.h
configure_script:
- CPPFLAGS=-I/usr/local/include/ LDFLAGS=-L/usr/local/lib/ ./configure --disable-md2man