From: Wayne Davison Date: Mon, 7 Sep 2020 21:39:27 +0000 (-0700) Subject: Another cygwin build attempt. [buildall] X-Git-Tag: v3.2.4pre1~136 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=da956469a11602f5f7fc5837aeb47a87d18056d2;p=thirdparty%2Frsync.git Another cygwin build attempt. [buildall] --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 37ba8351..da01fe73 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -91,8 +91,8 @@ jobs: args: install -y --no-progress cygwin cyg-get - name: prep run: | - cyg-get make autoconf automake gcc-core attr libattr-devel python3 python36-commonmark libzstd-devel liblz4-devel libssl-devel - wget https://download.samba.org/pub/rsync/generated-files/git-version.h || curl https://download.samba.org/pub/rsync/generated-files/git-version.h >git-version.h + cyg-get make autoconf automake gcc-core attr libattr-devel python3 python36-commonmark libzstd-devel liblz4-devel libssl-devel wget + bash -c 'wget https://download.samba.org/pub/rsync/generated-files/git-version.h' echo "::add-path::C:/tools/cygwin/bin" - name: configure run: bash -c './configure --disable-xxhash'