zeroshade commented on code in PR #37497:
URL: https://github.com/apache/arrow/pull/37497#discussion_r1315947133


##########
ci/scripts/python_build.sh:
##########
@@ -70,6 +70,7 @@ export PYARROW_WITH_SUBSTRAIT=${ARROW_SUBSTRAIT:-OFF}
 export PYARROW_PARALLEL=${n_jobs}
 
 export LD_LIBRARY_PATH=${ARROW_HOME}/lib:${LD_LIBRARY_PATH}
+export CMAKE_PREFIX_PATH=${ARROW_HOME}:${CMAKE_PREFIX_PATH}

Review Comment:
   that fixed one of the build errors, but I haven't tried without it since 
adding your fix. I'll try removing it and re-run the crossbow build, if all 
works fine then we're good.



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