This is an automated email from the ASF dual-hosted git repository. kszucs pushed a commit to branch maint-1.0.x in repository https://gitbox.apache.org/repos/asf/arrow.git
commit 10d37052f26cee14e9f678534f59ab26f3dcb5b2 Author: Krisztián Szűcs <szucs.kriszt...@gmail.com> AuthorDate: Fri Jul 31 06:05:35 2020 +0900 ARROW-9599: [CI] Appveyor toolchain build fails because CMake detects different C and C++ compilers CMake released 3.18 version two weeks ago. We may want to report this issue upstream, until it is resolved pinning cmake to version 3.17 fixes the toolchain build. Closes #7865 from kszucs/appveyor Authored-by: Krisztián Szűcs <szucs.kriszt...@gmail.com> Signed-off-by: Sutou Kouhei <k...@clear-code.com> --- ci/appveyor-cpp-setup.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/appveyor-cpp-setup.bat b/ci/appveyor-cpp-setup.bat index 6556dd4..14bc0fd 100644 --- a/ci/appveyor-cpp-setup.bat +++ b/ci/appveyor-cpp-setup.bat @@ -61,6 +61,7 @@ if "%JOB%" NEQ "Build_Debug" ( conda create -n arrow -q -y -c conda-forge ^ --file=ci\conda_env_python.yml ^ %CONDA_PACKAGES% ^ + "cmake=3.17" ^ "boost-cpp<1.70" ^ "ninja" ^ "nomkl" ^