From: Wayne Davison Date: Fri, 1 Jan 2021 17:29:07 +0000 (-0800) Subject: Cygwin python3 is now 3.8 w/o commonmark lib. [buildall] X-Git-Tag: v3.2.4pre1~103 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=26befd9c6ca03f23e5b2587b2b7618ca1dafc5a2;p=thirdparty%2Frsync.git Cygwin python3 is now 3.8 w/o commonmark lib. [buildall] --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a1e5996f..8074c311 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -91,9 +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 libxxhash0 libxxhash-devel + cyg-get make autoconf automake gcc-core attr libattr-devel python3 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: configure run: bash -c './configure' - name: make diff --git a/INSTALL.md b/INSTALL.md index a654b025..4cb29522 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -141,12 +141,16 @@ 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,python36-commonmark + > setup-x86_64 --quiet-mode -P make,gawk,autoconf,automake,gcc-core,python3,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 > setup-x86_64 --quiet-mode -P libssl-devel + Then, from a bash shell as your build user: + + > pip3 install --user commonmark + ## Build and install After installing the various libraries, you need to configure, build, and