-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-48817 [R][C++] Bump C++20 in R build infrastructure #48819
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
base: main
Are you sure you want to change the base?
Conversation
|
|
|
@github-actions crossbow submit -g r |
|
Revision: 1055162 Submitted crossbow builds: ursacomputing/crossbow @ actions-a7d1cc1db3 |
|
@github-actions crossbowsubmit test-r-linux-as-cran test-r-linux-valgrind These both looked transient / timedout. |
|
| # to stdout, to avoid noise in the log we redirect the output to /dev/null | ||
| if [ "$UNAME" = "Darwin" ] && expr $(sw_vers -productVersion) : '10\.13' >/dev/null 2>&1; then | ||
| # avoid C++17 availability warnings on macOS < 11 | ||
| # avoid C++20 availability warnings on macOS < 11 |
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.
Does R still support macOS < 11? It's end-of-life since 2022.
Resolves: #48817
Rationale for this change
Keep R build infrastructure inline with our C++ version
What changes are included in this PR?
Mostly
s/CXX17/CXX20/gAre these changes tested?
Yes, lots of CI
Are there any user-facing changes?
This PR includes breaking changes to public APIs. (If there are any breaking changes to public APIs, please explain which changes are breaking. If not, you can remove this.)
This PR contains a "Critical Fix". (If the changes fix either (a) a security vulnerability, (b) a bug that caused incorrect or invalid data to be produced, or (c) a bug that causes a crash (even when the API contract is upheld), please provide explanation. If not, you can remove this.)