-
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
WIP: [R] Verify CRAN release-11.0.0.1 #34072
Conversation
…ild (apache#33847) ### Rationale for this change Some base type classes don't have hidden method implementations. It may define these classes in each translation unit. It may cause one-definition-rule violation with `-flto`. ### What changes are included in this PR? Define at least one hidden method to prevent defining these base type classes in each translation unit. ### Are these changes tested? How to reproduce: ```bash CFLAGS="-flto" CXXFLAGS="-flto" cmake ... cmake --build ... ``` This reports link errors without this change. ### Are there any user-facing changes? No. * Closes: apache#33701 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Yibo Cai <yibo.cai@arm.com>
This PR updates the bundled version of Boost, as it was suggested by a maintainer of CRAN (R packaging) that the older version of boost might be responsible for an Arrow build failure on Fedora/clang (apache#33819). Closes apache#33851. The resulting tarball also has to be uploaded to https://apache.jfrog.io/ui/native/arrow/thirdparty/7.0.0/ (right?) to kick in and almost certainly needs to be tested through a round of CI. I'm not sure how to do either of those things but perhaps @ assignUser does? * Closes: apache#33851 Authored-by: Dewey Dunnington <dewey@fishandwhistle.net> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
@github-actions crossbow submit --group r |
Revision: 58f84a4 Submitted crossbow builds: ursacomputing/crossbow @ actions-d6e6ed1d77 |
homebrew-r-brew looks like the flakey sscache error; re-run is here: https://github.com/ursacomputing/crossbow/actions/runs/4117294310 |
Hmm...homebrew-r-brew now looks like something else actually. Re-re-running just in case: https://github.com/ursacomputing/crossbow/actions/runs/4117294310/jobs/7109713500 |
@github-actions crossbow submit r-binary-packages |
Revision: dda5025 Submitted crossbow builds: ursacomputing/crossbow @ actions-8f51d027c1
|
Do not review/merge - PR for release purposes only