A few Cygwin build tweaks. [buildall]
authorWayne Davison <wayne@opencoder.net>
Wed, 10 Feb 2021 16:06:47 +0000 (08:06 -0800)
committerWayne Davison <wayne@opencoder.net>
Wed, 10 Feb 2021 16:07:03 +0000 (08:07 -0800)
.github/workflows/build.yml
INSTALL.md

index 8074c311c4201be37af5efa1d30cf00a76010084..8f4d107034854d49a3007bf4eafa14a7761d655c 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 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
index fbf35c0674c398ced22739cf45e7b0b65486cfb3..1f373c691f10212ce39430fc6464e79613279139 100644 (file)
@@ -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