summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorMarcel Raad <Marcel.Raad@teamviewer.com>2022-01-10 14:28:41 +0100
committerMarcel Raad <Marcel.Raad@teamviewer.com>2022-01-12 11:10:22 +0100
commitc07a71e74f3d0ec8ff940bc56ed8cfb06884532e (patch)
tree1079128981ed9423da6bd44d4c13ffcf292ffaba /appveyor.yml
parent51df1c8e3ea25cce0a1e10b071a7ea516e9dd16a (diff)
downloadcurl-c07a71e74f3d0ec8ff940bc56ed8cfb06884532e.tar.gz
appveyor: use VS 2017 image for the autotools builds
The newer images don't have all required MSYS2 packages. Fixes https://github.com/curl/curl/issues/8248 Closes https://github.com/curl/curl/pull/8265
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index ccd24ffa6..5147d03a2 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -228,17 +228,17 @@ environment:
TESTING: OFF
VC_VERSION: VC15
# autotools-based builds (NOT mingw cross-compiling, but msys2 native)
- - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2015"
+ - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2017"
BUILD_SYSTEM: autotools
TESTING: ON
DISABLED_TESTS: "!19 ~1056 !1233"
CONFIG_ARGS: "--enable-debug --enable-werror --disable-threaded-resolver --disable-proxy --with-schannel"
- - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2019"
+ - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2017"
BUILD_SYSTEM: autotools
TESTING: ON
DISABLED_TESTS: "!19 !504 !704 !705 ~1056 !1233"
CONFIG_ARGS: "--enable-debug --enable-werror --disable-threaded-resolver --with-schannel"
- - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2019"
+ - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2017"
BUILD_SYSTEM: autotools
TESTING: ON
DISABLED_TESTS: "!19 !504 !704 !705 ~1056 !1233"