]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Install bash on FreeBSD CI.
authorWayne Davison <wayne@opencoder.net>
Wed, 3 Mar 2021 03:09:23 +0000 (19:09 -0800)
committerWayne Davison <wayne@opencoder.net>
Wed, 3 Mar 2021 03:09:23 +0000 (19:09 -0800)
.cirrus.yml

index 4810f126c44dd30f7562ffab7e2217d4c4a6be32..846f864d79e8a27edfc68c617dedf3b7373609b6 100644 (file)
@@ -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