Skip to content

Commit

Permalink
feat(ABFS): Add dependency for ABFS Auth support (#11633)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #11633

Reviewed By: xiaoxmeng

Differential Revision: D66459525

Pulled By: kagamiori

fbshipit-source-id: 33d147ee030a90e72a8c4857233f38811ffb4a52
  • Loading branch information
zhli1142015 authored and facebook-github-bot committed Nov 26, 2024
1 parent 22392b1 commit f33b40d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/setup-adapters.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,11 @@ function install_azure-storage-sdk-cpp {
cd $azure_core_dir
cmake_install -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} -DBUILD_SHARED_LIBS=OFF
)
# install azure-identity
(
cd sdk/identity/azure-identity
cmake_install -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} -DBUILD_SHARED_LIBS=OFF
)
# install azure-storage-common
(
cd sdk/storage/azure-storage-common
Expand Down
1 change: 1 addition & 0 deletions scripts/velox_env_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ dependencies:
- sysroot_linux-64=2.17
# dependencies
- aws-sdk-cpp
- azure-identity-cpp
- azure-storage-blobs-cpp
- boost-cpp
- bzip2
Expand Down
1 change: 1 addition & 0 deletions scripts/velox_env_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ dependencies:
- sysroot_linux-64=2.17
# dependencies
- aws-sdk-cpp
- azure-identity-cpp
- azure-storage-blobs-cpp
- boost-cpp
- bzip2
Expand Down

0 comments on commit f33b40d

Please sign in to comment.