aws-crt-cpp 0.43.0 - #295531
Conversation
|
🤖 An automated task has requested bottles to be published to this PR. Caution Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch. |
|
@chenrui333 could it be that this bump broke aws-sdk-cpp, we are seeing segfaults in apache/arrow which are solved if we rebuild aws-sdk-cpp, see: The changes for the aws-crt-cpp bump are pretty contained: But the signature for TlsConnectionOptions changes which seems to be causing issues as per our found segfaults. I am unsure how brew deals with this but bumping |
…lts (#50734) ### Rationale for this change Fix #50688, per analysis of #50712, `arrow-s3fs-test` segfaults because of incompatible aws-sdk-cpp and aws-crt-cpp bottles on current homebrew-core (Homebrew/homebrew-core#295531 bumped aws-crt-cpp to 0.43.0 without rebuilding the aws-sdk-cpp bottle). `brew update` was added in #49491 and is no longer needed (grpc/protobuf v34 got fixed in homebrew-core in March Homebrew/homebrew-core@ 552efcae and current runner ships that Homebrew snapshot including that). ### What changes are included in this PR? Remove brew update to avoid incompatible aws-sdk-cpp and aws-crt-cpp bottles. ### Are these changes tested? Yes, fork succeeded on Python and cpp workflows, now CI here succeeds too. ### Are there any user-facing changes? No. * GitHub Issue: #50688 Authored-by: Tadeja Kadunc <tadeja.kadunc@gmail.com> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
Created by
brew bumpCreated with
brew bump-formula-pr.Details
prerelease notes
View the full release notes at https://github.com/awslabs/aws-crt-cpp/releases/tag/v0.43.0.