raulcd commented on PR #44989:
URL: https://github.com/apache/arrow/pull/44989#issuecomment-2619642705

   @kou any idea why the Windows C++ jobs is failing to find ZLib when building 
ORC now?
   ```
   -- ZLIB_HOME: D:/a/arrow/arrow/build/cpp/zlib_ep/src/zlib_ep-install
   CMake Error at 
D:/a/arrow/arrow/build/cpp/_deps/orc-src/cmake_modules/FindZLIB.cmake:80 
(message):
     Could not find ZLIB.  Looked in
     D:/a/arrow/arrow/build/cpp/zlib_ep/src/zlib_ep-install.
   Call Stack (most recent call first):
     
D:/a/arrow/arrow/build/cpp/_deps/orc-src/cmake_modules/ThirdpartyToolchain.cmake:220
 (find_package)
     D:/a/arrow/arrow/build/cpp/_deps/orc-src/CMakeLists.txt:181 (INCLUDE)
   ```
   We are using the default CMake version on the runner (3.31.4) which is the 
same one that is being used on main (or other PRs) and the job is passing there 
see 
[example](https://github.com/apache/arrow/actions/runs/13013263937/job/36295982885#step:9:101).
   I am trying to understand what the difference is but can't see how the 
changes on this PR make that fail.
   I've rebased in case it was something already fixed.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to