From: Wayne Davison Date: Mon, 13 Jul 2020 23:26:58 +0000 (-0700) Subject: Reduce the installed pkg items since they are so slow. X-Git-Tag: v3.2.3pre1~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=044339d6b4ce6f097eedeaac622672c9102c09c9;p=thirdparty%2Frsync.git Reduce the installed pkg items since they are so slow. --- 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