]> git.samba.org - rsync.git/commitdiff
Make sure FreeBSD has bash installed.
authorWayne Davison <wayne@opencoder.net>
Sat, 11 Jul 2020 22:50:29 +0000 (15:50 -0700)
committerWayne Davison <wayne@opencoder.net>
Sat, 11 Jul 2020 22:51:05 +0000 (15:51 -0700)
.cirrus.yml

index fd7163f73da3d871cde89577cf20c3896c32e0d3..e57765cddc5a9b1341020c87f8095a52e4a36817 100644 (file)
@@ -3,8 +3,8 @@ task:
   freebsd_instance:
     image: freebsd-12-1-release-amd64
   prep_script:
+    - pkg install -y autotools xxhash zstd liblz4 openssl bash
     - ln -s /usr/local/bin/bash /bin/bash
-    - pkg install -y autotools xxhash zstd liblz4 openssl
   configure_script:
     - CPPFLAGS=-I/usr/local/include/ LDFLAGS=-L/usr/local/lib/ ./configure --disable-md2man
   build_script: