[ttssh2-commit] [10848] Cygwin 32bit サポートは切れているので削除

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2023年 8月 16日 (水) 00:31:12 JST


Revision: 10848
          https://osdn.net/projects/ttssh2/scm/svn/commits/10848
Author:   nmaya
Date:     2023-08-16 00:31:12 +0900 (Wed, 16 Aug 2023)
Log Message:
-----------
Cygwin 32bit サポートは切れているので削除

Modified Paths:
--------------
    trunk/ci_scripts/appveyor_vs2019_bat.yml
    trunk/ci_scripts/appveyor_vs2022_bat.yml

-------------- next part --------------
Modified: trunk/ci_scripts/appveyor_vs2019_bat.yml
===================================================================
--- trunk/ci_scripts/appveyor_vs2019_bat.yml	2023-08-15 15:04:16 UTC (rev 10847)
+++ trunk/ci_scripts/appveyor_vs2019_bat.yml	2023-08-15 15:31:12 UTC (rev 10848)
@@ -7,7 +7,7 @@
 build: off
 
 init:
-  - c:\cygwin64\setup-x86_64.exe --quiet-mode --packages cmake --packages cygwin32-gcc-g++ --packages cygwin32-gcc-core
+  - c:\cygwin64\setup-x86_64.exe --quiet-mode --packages cmake
 
 cache:
   - libs

Modified: trunk/ci_scripts/appveyor_vs2022_bat.yml
===================================================================
--- trunk/ci_scripts/appveyor_vs2022_bat.yml	2023-08-15 15:04:16 UTC (rev 10847)
+++ trunk/ci_scripts/appveyor_vs2022_bat.yml	2023-08-15 15:31:12 UTC (rev 10848)
@@ -7,7 +7,7 @@
 build: off
 
 init:
-  - c:\cygwin64\setup-x86_64.exe --quiet-mode --packages cmake --packages cygwin32-gcc-g++ --packages cygwin32-gcc-core
+  - c:\cygwin64\setup-x86_64.exe --quiet-mode --packages cmake
 
 cache:
   - libs


ttssh2-commit メーリングリストの案内
Back to archive index