You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ARROW-4446: [C++][Python] Run Gandiva C++ unit tests in Appveyor, get build and tests working in Python
Resolves
* ARROW-4014 Fix warning about LIBCMT in MSVC build
* ARROW-4445 Run Gandiva C++ tests in Appveyor
* ARROW-4446 Run Gandiva Python unit tests in Appveyor
* ARROW-4404 Appveyor toolchain build does not actually build the project
Author: Wes McKinney <wesm+git@apache.org>
Closes#3567 from wesm/gandiva-python-windows and squashes the following commits:
d9e4b1b <Wes McKinney> Only use /nodefaultlib:libcmt if arrow_use_static_crt=OFF
a8f960d <Wes McKinney> Fix appyveyor.yml
72c97e2 <Wes McKinney> Re-enable all Appyveyor entries
a2e57d1 <Wes McKinney> Prevent move_shared_libs from clobbering the gandiva.cpp file which downstream code is expecting to find
d78ae13 <Wes McKinney> Debug prints
ac402f0 <Wes McKinney> Set language_level = 3
8ae63f1 <Wes McKinney> Fix LLVM 7 issues with MSVC, enable FindClangTools.cmake to find clang-format in conda env
3677115 <Wes McKinney> Do not do verbose linking
773c731 <Wes McKinney> Fixes
00d4126 <Wes McKinney> Disable failing Windows tests
063543c <Wes McKinney> Don't touch linker flags unless on MSVC
e19b688 <Wes McKinney> Upgrade to LLVM 7
707bc49 <Wes McKinney> Fix for gflags
5897045 <Wes McKinney> Retool FindGFlags.cmake a bit to try to fix Windows toolchain build
c2bb420 <Wes McKinney> Install all conda toolchain packages in one go
c285776 <Wes McKinney> Rearrange conda calls to see if fixes build
469a2df <Wes McKinney> Enable gandiva is one build entry
b05cf08 <Wes McKinney> Get Python build and tests for Gandiva working on, add to Appveyor build
0 commit comments