You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GH-50253: [CI] Manually install aws-sdk-cpp with brew in order to avoid lock (#50254)
### Rationale for this change
A change of behavior on the default number of threads used when installing via brew bundle is causing some CI jobs to fail because aws-sdk-cpp is locking `/usr/local/Cellar/cmake`.
### What changes are included in this PR?
Manually install `aws-sdk-cpp` before brew install `cpp/Brewfile`
### Are these changes tested?
Yes via CI and archery jobs that were failing.
### Are there any user-facing changes?
No.
* GitHub Issue: #50253
Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
0 commit comments