You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "raulcd (via GitHub)" <gi...@apache.org> on 2023/04/18 16:48:31 UTC

[GitHub] [arrow] raulcd commented on issue #35205: [CI][C++][Python] Verification jobs fail on ubuntu for Python due to missing libzstd

raulcd commented on issue #35205:
URL: https://github.com/apache/arrow/issues/35205#issuecomment-1513491784

   I have no idea what is happening but could be something to do with `GandivaConfig.cmake.in` temporary modifying `CMAKE_PREFIX_PATH`?
   ```
   if(DEFINED CMAKE_MODULE_PATH)
     set(GANDIVA_CMAKE_MODULE_PATH_OLD ${CMAKE_MODULE_PATH})
   else()
     unset(GANDIVA_CMAKE_MODULE_PATH_OLD)
   endif()
   set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}")
   ```


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org