bkietz commented on a change in pull request #11211: URL: https://github.com/apache/arrow/pull/11211#discussion_r714107938
########## File path: ci/appveyor-cpp-setup.bat ########## @@ -83,12 +83,11 @@ if "%JOB%" NEQ "Build_Debug" ( @rem if "%GENERATOR%"=="Ninja" set need_vcvarsall=1 if defined need_vcvarsall ( - @rem Select desired compiler version - if "%APPVEYOR_BUILD_WORKER_IMAGE%" == "Visual Studio 2017" ( - call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64 - ) else ( - call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64 + if "%APPVEYOR_BUILD_WORKER_IMAGE%" != "Visual Studio 2017" ( + @rem ARROW-14070 Visual Studio 2015 no longer supported + exit /B Review comment: IIUC this causes an exit-with-error-code -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org