-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-45850: Fix r-devel note about symbols in .a libs #45870
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
Conversation
|
|
jonkeane
left a comment
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.
Thanks for this!
|
I don't see how the dev check failures are related, can I just merge this? @raulcd do you know what's up? |
|
The failures aren't related, they are related to: |
|
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 629e05f. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 6 possible false positives for unstable benchmarks that are known to sometimes produce them. |
### Rationale for this change Suggestion from @gaborcsardi to be more discreet about #45870. ### What changes are included in this PR? `@` ### Are these changes tested? CI should pass ### Are there any user-facing changes? 🤐
### Rationale for this change [CRAN](wch/r-source@fb5500b) Fixes #45850 ### What changes are included in this PR? Attempt to delete static libraries we build or download during the R package build. ### Are these changes tested? CI should pass once again ### Are there any user-facing changes? No * GitHub Issue: #45850
### Rationale for this change Suggestion from @gaborcsardi to be more discreet about #45870. ### What changes are included in this PR? `@` ### Are these changes tested? CI should pass ### Are there any user-facing changes? 🤐
### Rationale for this change Suggestion from @gaborcsardi to be more discreet about apache#45870. ### What changes are included in this PR? `@` ### Are these changes tested? CI should pass ### Are there any user-facing changes? 🤐
Rationale for this change
CRAN
Fixes #45850
What changes are included in this PR?
Attempt to delete static libraries we build or download during the R package build.
Are these changes tested?
CI should pass once again
Are there any user-facing changes?
No
rhub/ubuntu-gcc12:latestis failing due to warnings on libarrow_bundled_dependencies.a #45850