From: Wayne Davison Date: Thu, 23 Jul 2020 04:01:01 +0000 (-0700) Subject: A few more build improvements X-Git-Tag: v3.2.3pre1~45 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=27be94c88900bac8e6f28666992b44439b1eb8a8;p=thirdparty%2Frsync.git A few more build improvements Includes Ben's RSYNC_MAX_SKIPPED=3 suggestion for FreeBSD and a fix for the artifact file list for Cygwin. --- diff --git a/.cirrus.yml b/.cirrus.yml index 15cbc2dc..4150bf3c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -17,6 +17,6 @@ freebsd_task: info_script: - rsync --version test_script: - - make check + - RSYNC_MAX_SKIPPED=3 make check ssl_file_list_script: - rsync-ssl --no-motd download.samba.org::rsyncftp/ || true diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index af45eead..2742a96f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,8 +3,10 @@ name: build on: push: branches: [ master ] + paths-ignore: [ .cirrus.yml ] pull_request: branches: [ master ] + paths-ignore: [ .cirrus.yml ] schedule: - cron: '42 8 * * *' @@ -107,7 +109,7 @@ jobs: name: cygwin-bin path: | rsync.exe - rsync-ssl.exe + rsync-ssl rsync.1 rsync-ssl.1 rsyncd.conf.5