Skip to content

Commit ef28fe0

Browse files
committed
MINOR: Don't uninstall Flatbuffers in CI
There is no more need after apache/arrow@32641ec
1 parent 3e135f4 commit ef28fe0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/rc.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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/

0 commit comments

Comments
 (0)