MINOR: Don't install Homebrew's Node.js for JNI macOS build - #1270
Merged
Conversation
Homebrew doesn't provide a bottle for node on x86_64 macOS because Homebrew treats x86_64 macOS as a tier 3 configuration. So "brew bundle --file=arrow/cpp/Brewfile" fails with "node: no bottle available!" and the "JNI macos-15-intel x86_64" job can't install dependencies. We don't need Node.js for the JNI build. So we skip installing it like we already do for aws-sdk-cpp and gRPC.
jbonofre
requested review from
kou,
laurentgo,
lidavidm and
wgtmac
as code owners
August 30, 2026 16:23
Member
Author
lidavidm
approved these changes
Aug 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
JNI macos-15-intel x86_64job currently fails onmainand on every open PR while installing dependencies:apache/arrow'scpp/Brewfilelistsbrew "node", and Homebrew treats x86_64 macOS as a tier 3 configuration and no longer builds a bottle for it.brew bundledoesn't build from source, so the step aborts before anything is built.We don't need Node.js for the JNI build, so this skips installing it via
HOMEBREW_BUNDLE_BREW_SKIP, the same way #1269 did foraws-sdk-cppand gRPC.Failing runs for reference:
main: https://github.com/apache/arrow-java/actions/runs/33283736388/job/99183221397