From a68a92793cd15609f88ec9f06b2f870de12fe082 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 11 Jul 2020 12:28:05 -0700 Subject: [PATCH] Just disable md2man on FreeBSD for now. --- .cirrus.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index e8e41e41..79e26634 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -4,9 +4,8 @@ task: image: freebsd-12-1-release-amd64 install_script: - ln -s /usr/local/bin/bash /bin/bash - - pkg install -y autotools xxhash zstd liblz4 python36 py36-CommonMark - + - pkg install -y autotools xxhash zstd liblz4 script: - - CPPFLAGS=-I/usr/local/include/ LDFLAGS=-L/usr/local/lib/ ./configure + - CPPFLAGS=-I/usr/local/include/ LDFLAGS=-L/usr/local/lib/ ./configure --disable-md2man - make - ./rsync --version -- 2.47.2