File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -261,11 +261,6 @@ jobs:
261261 # bundled Protobuf.
262262 brew uninstall protobuf
263263
264- # We need Flatbuffers 24, not the latest version
265- # Homebrew does not offer older versions, so remove the Homebrew
266- # package and rely on Arrow using a bundled version instead
267- brew uninstall flatbuffers
268-
269264 brew bundle --file=Brewfile
270265 - name : Prepare ccache
271266 run : |
@@ -281,6 +276,7 @@ jobs:
281276 set -e
282277 # make brew Java available to CMake
283278 export JAVA_HOME=$(brew --prefix openjdk@11)/libexec/openjdk.jdk/Contents/Home
279+ export ARROW_BUILD_TESTS=OFF
284280 ci/scripts/jni_macos_build.sh . arrow build jni
285281 - name : Compress into single artifact to keep directory structure
286282 run : tar -cvzf jni-macos-${{ matrix.platform.arch }}.tar.gz jni/
You can’t perform that action at this time.
0 commit comments