kou commented on pull request #8386: URL: https://github.com/apache/arrow/pull/8386#issuecomment-714049064
> * For the windows wheel it looks like the issue is the VS runtime is pinned [here](https://github.com/apache/arrow/blob/fa456de6d03c4fa5bac104b5b31f72d7be92f450/dev/tasks/python-wheels/win-build.bat#L28). I'm not sure if I can just remove that or what I should adjust it to. Could you try removing `"vs2015_runtime<14.16"`? @kszucs Do you remember why you added it in #7129 ? > * For Mac it looks like it's [something to do with CMake](https://travis-ci.com/github/ursa-labs/crossbow/builds/191503619#L467-L475) and I'm not sure where to go from here Could you try the command lines that are executed in CMake on the environment? * https://gitlab.kitware.com/cmake/cmake/-/blob/v3.17.0/Modules/FindPython/Support.cmake#L2333 * https://gitlab.kitware.com/cmake/cmake/-/blob/v3.17.0/Modules/FindPython/Support.cmake#L2357 > * C++ / AMD64 Windows MinGW 64 C++ (pull_request) looks like it's starting to fail now, and it's because of a timeout error. The timeout is set to 5 minutes, but I'm wondering if it's OK for me to bump it up higher. Generally, a timeout error in C++ test means the test process is stuck. It can't be fixed by increasing timeout. ---------------------------------------------------------------- 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]
