From: Wayne Davison Date: Sat, 11 Jul 2020 22:50:29 +0000 (-0700) Subject: Make sure FreeBSD has bash installed. X-Git-Tag: v3.2.3pre1~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f5742baa03563cf22fd43d5c2ad9c0c0e7dd8f1;p=thirdparty%2Frsync.git Make sure FreeBSD has bash installed. --- diff --git a/.cirrus.yml b/.cirrus.yml index fd7163f7..e57765cd 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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: