lidavidm commented on code in PR #711:
URL: https://github.com/apache/arrow-java/pull/711#discussion_r2041526549
##########
.github/workflows/rc.yml:
##########
@@ -281,6 +276,7 @@ jobs:
set -e
# make brew Java available to CMake
export JAVA_HOME=$(brew --prefix
openjdk@11)/libexec/openjdk.jdk/Contents/Home
+ export ARROW_BUILD_TESTS=OFF
Review Comment:
I disabled this
(1) we're not running the tests in CI anyways, so we might as well save some
time
(2) they fail to build currently due to whatever Boost/Homebrew just did
--
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]