GH-49316: [Ruby] Add support for auto dependency install for red-arrow on macOS#49317
Conversation
|
|
|
+1 |
|
After merging your PR, Conbench analyzed the 2 benchmarking runs that have been run so far on merge-commit 031a2a4. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 24 possible false positives for unstable benchmarks that are known to sometimes produce them. |
|
After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit 031a2a4. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 14 possible false positives for unstable benchmarks that are known to sometimes produce them. |
…d-arrow on macOS (apache#49317) ### Rationale for this change If `gem install red-arrow` installs Apache Arrow GLib automatically, it's convenient for users. ### What changes are included in this PR? Add a rubygems-requirements-system configuration for Homebrew. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * GitHub Issue: apache#49316 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Rationale for this change
If
gem install red-arrowinstalls Apache Arrow GLib automatically, it's convenient for users.What changes are included in this PR?
Add a rubygems-requirements-system configuration for Homebrew.
Are these changes tested?
Yes.
Are there any user-facing changes?
Yes.