From: Wayne Davison Date: Wed, 10 Feb 2021 16:06:47 +0000 (-0800) Subject: A few Cygwin build tweaks. [buildall] X-Git-Tag: v3.2.4pre1~94 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1da64c37e85e08c73e73debc8f49af0b0cca6a51;p=thirdparty%2Frsync.git A few Cygwin build tweaks. [buildall] --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8074c311..8f4d1070 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 python38-pip libzstd-devel liblz4-devel libssl-devel libxxhash0 libxxhash-devel + cyg-get make autoconf automake gcc-core attr libattr-devel python38 python38-pip 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 "C:/tools/cygwin/bin" >>$Env:GITHUB_PATH - - name: pip3 - run: bash -c 'pip3 install --user commonmark' + - name: commonmark + run: bash -c 'python3 -mpip install --user commonmark' - name: configure run: bash -c './configure' - name: make diff --git a/INSTALL.md b/INSTALL.md index fbf35c06..1f373c69 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -142,7 +142,7 @@ like. - For Cygwin (with all cygwin programs stopped, run the appropriate setup program from a cmd shell): - > setup-x86_64 --quiet-mode -P make,gawk,autoconf,automake,gcc-core,python3,python38-pip + > setup-x86_64 --quiet-mode -P make,gawk,autoconf,automake,gcc-core,python38,python38-pip > setup-x86_64 --quiet-mode -P attr,libattr-devel > setup-x86_64 --quiet-mode -P libzstd-devel > setup-x86_64 --quiet-mode -P liblz4-devel