This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new fa141ef ARROW-9599: [CI] Appveyor toolchain build fails because CMake
detects different C and C++ compilers
fa141ef is described below
commit fa141ef6ffd27f1aa3c4379d3332848ad8f5177f
Author: Krisztián Szűcs <[email protected]>
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 <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
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" ^