Antoine Pitrou created ARROW-5017:
-------------------------------------
Summary: [C++] [CI] Thrift not found on Azure Pipelines
Key: ARROW-5017
URL: https://issues.apache.org/jira/browse/ARROW-5017
Project: Apache Arrow
Issue Type: Bug
Components: C++, Continuous Integration
Reporter: Antoine Pitrou
I don't understand why this happens. The conda-forge package for {{thrift-cpp}}
is the same as installed on AppVeyor, yet on Azure Pipelines the static library
isn't found:
https://dev.azure.com/pitrou/arrow/_build/results?buildId=70
{code}
-- Checking for module 'thrift'
-- No package 'thrift' found
CMake Error at
D:/a/1/conda-envs/arrow/Library/share/cmake-3.14/Modules/FindPackageHandleStandardArgs.cmake:137
(message):
Could NOT find Thrift (missing: THRIFT_STATIC_LIB)
Call Stack (most recent call first):
D:/a/1/conda-envs/arrow/Library/share/cmake-3.14/Modules/FindPackageHandleStandardArgs.cmake:378
(_FPHSA_FAILURE_MESSAGE)
cmake_modules/FindThrift.cmake:94 (find_package_handle_standard_args)
cmake_modules/ThirdpartyToolchain.cmake:146 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:1076 (resolve_dependency)
CMakeLists.txt:544 (include)
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)