Skip to content

Commit

Permalink
feat(ABFS): Add dep for ABFS Auth support
Browse files Browse the repository at this point in the history
  • Loading branch information
zhli1142015 committed Nov 24, 2024
1 parent 78d761b commit 0961e5c
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 0961e5c

Please sign in to comment.