From: Wayne Davison Date: Sat, 11 Jul 2020 19:22:05 +0000 (-0700) Subject: Add 2 more FreeBSD pkg installs. X-Git-Tag: v3.2.3pre1~107 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a84e8aced7378b630d4f252ee533914f87c0f560;p=thirdparty%2Frsync.git Add 2 more FreeBSD pkg installs. --- diff --git a/.cirrus.yml b/.cirrus.yml index 572e4775..e8e41e41 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -4,7 +4,7 @@ task: image: freebsd-12-1-release-amd64 install_script: - ln -s /usr/local/bin/bash /bin/bash - - pkg install -y autotools xxhash zstd liblz4 + - pkg install -y autotools xxhash zstd liblz4 python36 py36-CommonMark script: - CPPFLAGS=-I/usr/local/include/ LDFLAGS=-L/usr/local/lib/ ./configure