From: Wayne Davison Date: Mon, 13 Jul 2020 22:44:43 +0000 (-0700) Subject: Try using cmarkgfm. X-Git-Tag: v3.2.3pre1~77 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=22cb57ee2011bae7f5323a13b18bf0e5d62fca83;p=thirdparty%2Frsync.git Try using cmarkgfm. --- diff --git a/.cirrus.yml b/.cirrus.yml index 88e00e1d..9b078e10 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -5,11 +5,10 @@ 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 xxhash zstd liblz4 openssl bash + - pkg install -y autotools xxhash zstd liblz4 openssl bash py37-cmarkgfm - ln -s /usr/local/bin/bash /bin/bash - - pkg search cmark configure_script: - - CPPFLAGS=-I/usr/local/include/ LDFLAGS=-L/usr/local/lib/ ./configure --disable-md2man + - CPPFLAGS=-I/usr/local/include/ LDFLAGS=-L/usr/local/lib/ ./configure make_script: - make install_script: