summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-07-24 11:38:14 -0700
committerWayne Davison <wayne@opencoder.net>2020-07-24 11:38:14 -0700
commita0a7c9f2e3eee43837a35af6a0d2c16574b5c4b5 (patch)
treeef38cae7fb5a02851c9a2cf36316b0bdfe7909a3 /.github
parenta8f61ba9377d0433b0adfdfbe609c64e6ba01aae (diff)
downloadrsync-a0a7c9f2e3eee43837a35af6a0d2c16574b5c4b5.tar.gz
Enable xattrs on Cygwin.
- Tweak configure.ac to have Cygwin use linux xattrs. - Change CI setup to install attr packages on Cygwin. [buildall]
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 54172945..e1d63d99 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -89,7 +89,7 @@ jobs:
args: install -y --no-progress cygwin cyg-get
- name: prep
run: |
- cyg-get make autoconf automake gcc-core libssl-devel libzstd-devel liblz4-devel python3 python36-commonmark
+ cyg-get make autoconf automake gcc-core attr libattr-devel python3 python36-commonmark libzstd-devel liblz4-devel libssl-devel
echo "::add-path::C:/tools/cygwin/bin"
- name: configure
run: bash -c './configure --disable-xxhash'