File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ source:
33
33
folder : cpp/submodules/parquet-testing
34
34
35
35
build :
36
- number : 2
36
+ number : 5
37
37
# for cuda support, building with one version is enough to be compatible with
38
38
# all later versions, since arrow is only using libcuda, and not libcudart.
39
39
skip : true # [cuda_compiler_version not in ("None", cuda_compiler_version_min)]
@@ -70,7 +70,7 @@ requirements:
70
70
- clangdev {{ llvm_version }}
71
71
- llvmdev {{ llvm_version }}
72
72
- aws-crt-cpp
73
- - aws-sdk-cpp
73
+ - aws-sdk-cpp <=1.11.485
74
74
# azure filesystem dependencies, currently broken on windows, see
75
75
# https://github.com/apache/arrow/issues/41990
76
76
- azure-core-cpp # [unix]
@@ -223,7 +223,7 @@ outputs:
223
223
- {{ compiler("cuda") }} # [cuda_compiler_version != "None"]
224
224
host :
225
225
- aws-crt-cpp
226
- - aws-sdk-cpp
226
+ - aws-sdk-cpp <=1.11.485
227
227
- azure-core-cpp # [unix]
228
228
- azure-identity-cpp # [unix]
229
229
- azure-storage-blobs-cpp # [unix]
You can’t perform that action at this time.
0 commit comments