Just disable md2man on FreeBSD for now.
authorWayne Davison <wayne@opencoder.net>
Sat, 11 Jul 2020 19:28:05 +0000 (12:28 -0700)
committerWayne Davison <wayne@opencoder.net>
Sat, 11 Jul 2020 19:28:05 +0000 (12:28 -0700)
.cirrus.yml

index e8e41e41d35db7cb556b13fd31b64bb816799179..79e26634ce3dacd885d17c2cc173d2093d02197e 100644 (file)
@@ -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