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