jonkeane commented on code in PR #42210:
URL: https://github.com/apache/arrow/pull/42210#discussion_r1649445280
##########
r/inst/build_arrow_static.sh:
##########
@@ -65,6 +65,7 @@ esac
mkdir -p "${BUILD_DIR}"
pushd "${BUILD_DIR}"
${CMAKE} -DARROW_BOOST_USE_SHARED=OFF \
+ -DARROW_SNAPPY_USE_SHARED=OFF \
Review Comment:
This prevents shared (homebrew) snappy from being used on the builder. Are
there other dependencies we should add here?
--
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]