From 06969678878b162a1dc6214d1935d618c5848fc8 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Fri, 18 Aug 2017 09:56:36 +0300 Subject: [PATCH] Use old version of VS2017 for Appveyor x64 target This is a temporary fix for error in Microsoft C++ compiler: game-music-emu\gme\fir_resampler.cpp(28): fatal error C1001: An internal error has occurred in the compiler. (compiler file 'f:\dd\vctools\compiler\utc\src\p2\main.c', line 256) MSVC 19.10.25019.0 works fine while 19.11.25506.0 is broken --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 457f0883c..eb72d008f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -23,7 +23,7 @@ environment: - GENERATOR: "Visual Studio 15 2017 Win64" CONFIGURATION: Release TOOLSET: v141_xp - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2017" + APPVEYOR_BUILD_WORKER_IMAGE: "Previous Visual Studio 2017" - GENERATOR: "Visual Studio 14 2015 Win64" CONFIGURATION: Debug TOOLSET: v140