From: Wayne Davison Date: Tue, 8 Sep 2020 02:42:08 +0000 (-0700) Subject: Use new xxhash lib in cygwin build. [buildall] X-Git-Tag: v3.2.4pre1~134 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=27aff880a9e0d177e6bee9c2fd38c4234b57428e;p=thirdparty%2Frsync.git Use new xxhash lib in cygwin build. [buildall] --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e290be6a..84f7afe8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -91,11 +91,11 @@ 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 + cyg-get make autoconf automake gcc-core attr libattr-devel python3 python36-commonmark libzstd-devel liblz4-devel libssl-devel libxxhash0 libxxhash-devel curl.exe -o git-version.h 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' + run: bash -c './configure' - name: make run: bash -c 'make' - name: install