GH-45195: [C++] Update bundled AWS SDK for C++ to 1.11.587#45306
GH-45195: [C++] Update bundled AWS SDK for C++ to 1.11.587#45306kou merged 52 commits intoapache:mainfrom
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.
PR title needs an update; 1.11.488 -> 1.11.489 ;-)
|
@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.
This is neat, but the path doesn't look right, should be cpp/thirdparty/update.rb?
There was a problem hiding this comment.
Oh... Good catch! You're right.
cpp/thirdparty/update.rb
Outdated
There was a problem hiding this comment.
Is it possible to have a -h/--help option to display usage?
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. |
There was a problem hiding this comment.
won't this always be true with our CMake minimum required version?
There was a problem hiding this comment.
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 <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
…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 <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
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.