]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Use new xxhash lib in cygwin build. [buildall]
authorWayne Davison <wayne@opencoder.net>
Tue, 8 Sep 2020 02:42:08 +0000 (19:42 -0700)
committerWayne Davison <wayne@opencoder.net>
Tue, 8 Sep 2020 02:42:08 +0000 (19:42 -0700)
.github/workflows/build.yml

index e290be6a4f0eeb32655dda927a822ce7c3bd4778..84f7afe86b2c18b47b2233ccc8626fad4a3445b4 100644 (file)
@@ -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