patrickpai commented on pull request #7789:
URL: https://github.com/apache/arrow/pull/7789#issuecomment-665793225
I triggered a new build but it's now failing one check. I think this is the
relevant error, but it seems unrelated to my changes. Would appreciate any
thoughts on what the issue is. I've searched the apache arrow jira already, and
it doesn't seem like there's any relevant results there.
```
(arrow) C:\projects\arrow\cpp\build>cmake -G "Ninja"
-DARROW_DEPENDENCY_SOURCE=CONDA -DARROW_WITH_BZ2=ON
-DARROW_BOOST_USE_SHARED=OFF -DARROW_BUILD_EXAMPLES=ON
-DARROW_BUILD_STATIC=OFF -DARROW_BUILD_TESTS=ON -DARROW_CSV=ON
-DARROW_CXXFLAGS="/WX /MP" -DARROW_DATASET=ON
-DARROW_ENABLE_TIMING_TESTS=OFF -DARROW_FLIGHT=ON
-DARROW_GANDIVA=ON -DARROW_MIMALLOC=ON -DARROW_PARQUET=ON
-DARROW_PYTHON=ON -DARROW_S3=ON
-DARROW_VERBOSE_THIRDPARTY_BUILD=OFF -DARROW_WITH_BROTLI=ON
-DARROW_WITH_LZ4=ON -DARROW_WITH_SNAPPY=ON -DARROW_WITH_ZLIB=ON
-DARROW_WITH_ZSTD=ON -DCMAKE_BUILD_TYPE="Release"
-DCMAKE_CXX_COMPILER=clcache -DCMAKE_CXX_FLAGS_RELEASE="/MD /Od /UNDEBUG"
-DCMAKE_INSTALL_PREFIX=C:\Miniconda37-x64\envs\arrow\Library
-DCMAKE_UNITY_BUILD=ON -DCMAKE_VERBOSE_MAKEFILE=OFF
-DPARQUET_BUILD_EXECUTABLES=ON -DPARQUET_REQUIRE_ENCRYPTI
ON=ON .. || exit /B
-- Building using CMake version: 3.18.0
-- The C compiler identification is Clang 8.0.0 with GNU-like command-line
-- The CXX compiler identification is MSVC 19.16.27035.0
CMake Error at
C:/Miniconda37-x64/envs/arrow/Library/share/cmake-3.18/Modules/Platform/Windows-Clang.cmake:105
(message):
The current configuration mixes Clang and MSVC or some other CL compatible
compiler tool. This is not supported. Use either clang or MSVC as both C
and C++ compilers.
Call Stack (most recent call first):
C:/Miniconda37-x64/envs/arrow/Library/share/cmake-3.18/Modules/Platform/Windows-Clang-C.cmake:1
(include)
C:/Miniconda37-x64/envs/arrow/Library/share/cmake-3.18/Modules/CMakeCInformation.cmake:48
(include)
CMakeLists.txt:68 (project)
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]