summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-07-13 13:42:28 -0700
committerWayne Davison <wayne@opencoder.net>2020-07-13 13:42:28 -0700
commitd2406ae372d92582eb6254e93384f35ed9563c98 (patch)
tree60cfc9e9ff462ca9059ffc1d4689202f75a89d6a /.cirrus.yml
parent1e9c34972a583da3a35636c93b05687108da5ff3 (diff)
downloadrsync-d2406ae372d92582eb6254e93384f35ed9563c98.tar.gz
Give up on commonmark.
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 98b326d8..9d5f5a35 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 py37-pip
+ - pkg install -y autotools xxhash zstd liblz4 openssl bash
- ln -s /usr/local/bin/bash /bin/bash
- - pip install --user commonmark
configure_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_script:
- make
install_script: