[tor-commits] [tor/release-0.4.4] CI: Remove VS2015 AppVeyor build

nickm at torproject.org nickm at torproject.org
Wed Aug 12 12:40:36 UTC 2020


commit 537be1da33b50f5e232f422b23c3d75139dc2530
Author: George Kadianakis <desnacked at riseup.net>
Date:   Wed Aug 12 14:09:32 2020 +0300

    CI: Remove VS2015 AppVeyor build
---
 .appveyor.yml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index 22268bee97..134a0c49ff 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -8,8 +8,6 @@ clone_depth: 50
 image:
   # Windows Server 2019
   - Visual Studio 2019
-  # Windows Server 2012 R2
-  - Visual Studio 2015
 
 environment:
   compiler: mingw
@@ -37,12 +35,6 @@ matrix:
       compiler_path: mingw32
       mingw_prefix: mingw-w64-i686
       hardening: --enable-all-bugs-are-fatal
-    - image: Visual Studio 2015
-      target: x86_64-w64-mingw32
-      compiler_path: mingw64
-      mingw_prefix: mingw-w64-x86_64
-      # hardening doesn't work with mingw-w64-x86_64-gcc, because it's gcc 8
-      hardening: --disable-gcc-hardening
 
 install:
 - ps: >-





More information about the tor-commits mailing list