pitrou commented on a change in pull request #11211:
URL: https://github.com/apache/arrow/pull/11211#discussion_r716798050
##########
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:
I think you need `exit /B 1` for that.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]