-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-45195: [C++] Update bundled AWS SDK for C++ to 1.11.587 #45306
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
|
@github-actions crossbow submit -g cpp -g r |
|
|
This comment was marked as outdated.
This comment was marked as outdated.
|
Thanks for the tip! I saw your comment in #45195 but I wanted to try the latest version as the first try. :-)
It's 1."10".458, right? |
Sorry for the typo, it's 1."11".458 |
f0dcc60 to
b41b663
Compare
cpp/thirdparty/versions.txt
Outdated
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.
PR title needs an update; 1.11.488 -> 1.11.489 ;-)
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.
Good catch!
|
@github-actions crossbow submit -g cpp -g wheel -g r -g linux |
This comment was marked as outdated.
This comment was marked as outdated.
|
@github-actions crossbow submit ubuntu-jammy-amd64 |
This comment was marked as outdated.
This comment was marked as outdated.
cpp/thirdparty/README.md
Outdated
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.
This is neat, but the path doesn't look right, should be cpp/thirdparty/update.rb?
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.
Oh... Good catch! You're right.
cpp/thirdparty/update.rb
Outdated
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.
Is it possible to have a -h/--help option to display usage?
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.
Yes. I'll add it.
fbcb205 to
a090a31
Compare
|
@github-actions crossbow submit r-binary-packages |
This comment was marked as outdated.
This comment was marked as outdated.
e88c0fe to
bffd579
Compare
|
I'll merge this in a few days if nobody objects it. |
| if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.28) | ||
| list(APPEND FC_DECLARE_COMMON_OPTIONS EXCLUDE_FROM_ALL TRUE) | ||
| endif() | ||
| if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.25) |
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.
won't this always be true with our CMake minimum required version?
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.
Good catch! I'll remove this check.
|
This is a great amount of work. Thanks @kou for doing that! |
|
I'll merge this. |
|
#46832 is for the UWSGI crash. |
|
After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit 7cf158a. There were 119 benchmark results with an error:
There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
…che#45306) ### Rationale for this change The current bundled version 1.10.55 was released on 2023-01-20: https://github.com/aws/aws-sdk-cpp/releases/tag/1.10.55 ### What changes are included in this PR? * Use the latest AWS SDK for C++ * Migrate to FetchContent from ExternalProject ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * GitHub Issue: apache#45195 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
…uffix (#46967) ### Rationale for this change Conan uses upper case for config suffix: https://github.com/conan-io/conan/blob/3bc93e28d46f071da45d11f5256c6af52404b756/conan/tools/cmake/cmakedeps/templates/__init__.py#L69 #45306 stopped upcasing configuration name. So `$<CONFIG>` may not upper case. ### What changes are included in this PR? Ensure using upper case configuration name for Conan bzip2 target. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * GitHub Issue: #46964 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
Rationale for this change
The current bundled version 1.10.55 was released on 2023-01-20:
https://github.com/aws/aws-sdk-cpp/releases/tag/1.10.55
What changes are included in this PR?
Are these changes tested?
Yes.
Are there any user-facing changes?
Yes.