Skip to content

Commit

Permalink
Apply changes to disable Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
srilman committed Jun 5, 2024
1 parent 2975e23 commit c486d56
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 26 deletions.
10 changes: 0 additions & 10 deletions .ci_support/win_64_cuda_compilerNonecuda_compiler_versionNone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,6 @@ aws_crt_cpp:
- 0.26.9
aws_sdk_cpp:
- 1.11.329
azure_core_cpp:
- 1.10.2
azure_identity_cpp:
- 1.5.1
azure_storage_blobs_cpp:
- 12.9.0
azure_storage_common_cpp:
- 12.4.0
azure_storage_files_datalake_cpp:
- 12.8.0
bzip2:
- '1'
c_compiler:
Expand Down
10 changes: 0 additions & 10 deletions .ci_support/win_64_cuda_compilernvcccuda_compiler_version11.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,6 @@ aws_crt_cpp:
- 0.26.9
aws_sdk_cpp:
- 1.11.329
azure_core_cpp:
- 1.11.1
azure_identity_cpp:
- 1.6.0
azure_storage_blobs_cpp:
- 12.10.0
azure_storage_common_cpp:
- 12.5.0
azure_storage_files_datalake_cpp:
- 12.9.0
bzip2:
- '1'
c_compiler:
Expand Down
2 changes: 1 addition & 1 deletion recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set "READ_RECIPE_META_YAML_WHY_NOT=OFF"
:: https://github.com/apache/arrow/blame/apache-arrow-12.0.0/cpp/cmake_modules/DefineOptions.cmake
cmake -G "Ninja" ^
-DARROW_ACERO=ON ^
-DARROW_AZURE=ON ^
-DARROW_AZURE=OFF ^
-DARROW_BOOST_USE_SHARED:BOOL=ON ^
-DARROW_BUILD_STATIC:BOOL=OFF ^
-DARROW_BUILD_TESTS:BOOL=OFF ^
Expand Down
10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ requirements:
- aws-crt-cpp
- aws-sdk-cpp
# azure filesystem dependencies
- azure-core-cpp
- azure-identity-cpp
- azure-storage-blobs-cpp
- azure-storage-common-cpp
- azure-storage-files-datalake-cpp
- azure-core-cpp # [unix]
- azure-identity-cpp # [unix]
- azure-storage-blobs-cpp # [unix]
- azure-storage-common-cpp # [unix]
- azure-storage-files-datalake-cpp # [unix]
- brotli
- bzip2
# not yet: https://github.com/conda-forge/cpp-opentelemetry-sdk-feedstock/issues/38
Expand Down

0 comments on commit c486d56

Please sign in to comment.