GH-50573: [CI][C++] Remove brew workaround for aws-sdk-cpp#50557
Conversation
|
Thanks for opening a pull request! If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project. Then could you also rename the pull request title in the following format? or See also: |
|
|
054af25 to
3de4b47
Compare
|
@github-actions crossbow submit preview-docs verify-rc-source--macos- |
|
Revision: 3de4b47 Submitted crossbow builds: ursacomputing/crossbow @ actions-c984dc80ea
|
|
Revision: 3de4b47 Submitted crossbow builds: ursacomputing/crossbow @ actions-6e31d87696 |
|
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 8943fcc. There was 1 benchmark result indicating a performance regression:
The full Conbench report has more details. It also includes information about 78 possible false positives for unstable benchmarks that are known to sometimes produce them. |
Rationale for this change
In #50254 we introduced an explicit
brew install aws-sdk-cppstep in order to workaround a bug in brew. However, the latter bug has since been fixed and we can now remove the workaround.Are these changes tested?
By existing CI jobs.
Are there any user-facing changes?
No.