]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Try another way to get commonmark working.
authorWayne Davison <wayne@opencoder.net>
Mon, 13 Jul 2020 19:59:07 +0000 (12:59 -0700)
committerWayne Davison <wayne@opencoder.net>
Mon, 13 Jul 2020 19:59:07 +0000 (12:59 -0700)
.cirrus.yml

index 889e4cf2b514a8bf0fe30eb71a4f10e88b455a46..61a953dc2d5ec78a26d7cd27f8b63e1eb47a7ae8 100644 (file)
@@ -5,8 +5,9 @@ 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-CommonMark
+    - pkg install -y autotools xxhash zstd liblz4 openssl bash py37-pip
     - ln -s /usr/local/bin/bash /bin/bash
+    - pip3 install commonmark
   configure_script:
     - CPPFLAGS=-I/usr/local/include/ LDFLAGS=-L/usr/local/lib/ ./configure
   make_script: