From 784f0fcc44a4d3e21100a2bf5fd10f74223093e6 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Tue, 29 Jun 2021 18:13:27 +0200 Subject: [PATCH] ARROW-13134: [C++][CI] Pin aws-sdk-cpp to < 1.9 --- ci/conda_env_cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/conda_env_cpp.yml b/ci/conda_env_cpp.yml index 390eb7dcdd5..1a8ae6d7edc 100644 --- a/ci/conda_env_cpp.yml +++ b/ci/conda_env_cpp.yml @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. -aws-sdk-cpp +aws-sdk-cpp<1.9 benchmark=1.5.2 boost-cpp>=1.68.0 brotli