-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GH-38088: [R] Remove outdated references to brew and autobrew #38089
Conversation
|
6ac28a5
to
305cf9e
Compare
@github-actions crossbow-submit --group r |
|
@github-actions crossbow submit --group r |
Revision: 305cf9e Submitted crossbow builds: ursacomputing/crossbow @ actions-2039736566 |
@assignUser could you give this a review? I don't believe any of these failures are new as a result of these changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks! I think we also discussed/decided on removing the conda builds iirc? But that can be a separate pr as well :) just came to mind.
I'll merge this so we get rid of the failing nightlies to reduce the noise for the release prep. |
After merging your PR, Conbench analyzed the 6 benchmarking runs that have been run so far on merge-commit 9df80fd. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 5 possible false positives for unstable benchmarks that are known to sometimes produce them. |
…pache#38089) ### Rationale for this change We no longer use autobrew to install on MacOS, so we no longer need CI jobs or helper scripts that had previously been referenced from this install path. ### What changes are included in this PR? This PR removes references to autobrew that are no longer needed. It also removes the R homebrew CI job, which has been failing for several months. We had supported homebrew because `brew install apache-arrow --HEAD` was one method of avoiding a full binary install for potential MacOS contributors; however, downloading nightly static libraries (e.g., apache#38080) is an even faster way to get a compatible libarrow built for the R package and works on MacOS, Windows, and Linux. ### Are these changes tested? These changes remove tests and infrastructure that are no longer relevant. ### Are there any user-facing changes? No. * Closes: apache#38088 Authored-by: Dewey Dunnington <dewey@voltrondata.com> Signed-off-by: Jacob Wujciak-Jens <jacob@wujciak.de>
…pache#38089) ### Rationale for this change We no longer use autobrew to install on MacOS, so we no longer need CI jobs or helper scripts that had previously been referenced from this install path. ### What changes are included in this PR? This PR removes references to autobrew that are no longer needed. It also removes the R homebrew CI job, which has been failing for several months. We had supported homebrew because `brew install apache-arrow --HEAD` was one method of avoiding a full binary install for potential MacOS contributors; however, downloading nightly static libraries (e.g., apache#38080) is an even faster way to get a compatible libarrow built for the R package and works on MacOS, Windows, and Linux. ### Are these changes tested? These changes remove tests and infrastructure that are no longer relevant. ### Are there any user-facing changes? No. * Closes: apache#38088 Authored-by: Dewey Dunnington <dewey@voltrondata.com> Signed-off-by: Jacob Wujciak-Jens <jacob@wujciak.de>
…pache#38089) ### Rationale for this change We no longer use autobrew to install on MacOS, so we no longer need CI jobs or helper scripts that had previously been referenced from this install path. ### What changes are included in this PR? This PR removes references to autobrew that are no longer needed. It also removes the R homebrew CI job, which has been failing for several months. We had supported homebrew because `brew install apache-arrow --HEAD` was one method of avoiding a full binary install for potential MacOS contributors; however, downloading nightly static libraries (e.g., apache#38080) is an even faster way to get a compatible libarrow built for the R package and works on MacOS, Windows, and Linux. ### Are these changes tested? These changes remove tests and infrastructure that are no longer relevant. ### Are there any user-facing changes? No. * Closes: apache#38088 Authored-by: Dewey Dunnington <dewey@voltrondata.com> Signed-off-by: Jacob Wujciak-Jens <jacob@wujciak.de>
Rationale for this change
We no longer use autobrew to install on MacOS, so we no longer need CI jobs or helper scripts that had previously been referenced from this install path.
What changes are included in this PR?
This PR removes references to autobrew that are no longer needed. It also removes the R homebrew CI job, which has been failing for several months. We had supported homebrew because
brew install apache-arrow --HEAD
was one method of avoiding a full binary install for potential MacOS contributors; however, downloading nightly static libraries (e.g., #38080) is an even faster way to get a compatible libarrow built for the R package and works on MacOS, Windows, and Linux.Are these changes tested?
These changes remove tests and infrastructure that are no longer relevant.
Are there any user-facing changes?
No.