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 @@ -35,7 +35,7 @@ source:
35
35
folder : cpp/submodules/parquet-testing
36
36
37
37
build :
38
- number : 14
38
+ number : 5
39
39
# for cuda support, building with one version is enough to be compatible with
40
40
# all later versions, since arrow is only using libcuda, and not libcudart.
41
41
skip : true # [cuda_compiler_version not in ("None", cuda_compiler_version_min)]
@@ -72,7 +72,7 @@ requirements:
72
72
- clangdev {{ llvm_version }}
73
73
- llvmdev {{ llvm_version }}
74
74
- aws-crt-cpp
75
- - aws-sdk-cpp
75
+ - aws-sdk-cpp <=1.11.485
76
76
# azure filesystem dependencies, currently broken on windows, see
77
77
# https://github.com/apache/arrow/issues/41990
78
78
- 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