Commit fe498ce
committed
MINOR: Don't install Homebrew's Node.js for JNI macOS build
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.1 parent f7a7829 commit fe498ce
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
252 | 255 | | |
253 | 256 | | |
254 | 257 | | |
| |||
0 commit comments