From 044339d6b4ce6f097eedeaac622672c9102c09c9 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 13 Jul 2020 16:26:58 -0700 Subject: [PATCH] Reduce the installed pkg items since they are so slow. --- .cirrus.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 9b078e10..418f1167 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -5,10 +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-cmarkgfm - - ln -s /usr/local/bin/bash /bin/bash + - pkg install -y autotools xxhash zstd liblz4 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: @@ -17,5 +16,3 @@ task: - /usr/local/bin/rsync --version test_script: - make check - ssl_file_list_script: - - /usr/local/bin/rsync-ssl --no-motd download.samba.org::rsyncftp/ || true -- 2.47.2