Skip to content

Commit

Permalink
Disable vcpkg install path for azure lib (facebookincubator#8663)
Browse files Browse the repository at this point in the history
Summary:
This PR use to address this issue.
Resolves: facebookincubator#8622

Pull Request resolved: facebookincubator#8663

Reviewed By: pedroerp

Differential Revision: D53500529

Pulled By: kgpai

fbshipit-source-id: d41df3de69aef5218e742191d9501590af14df73
  • Loading branch information
gayangya authored and binwei committed Feb 10, 2024
1 parent 3c5d864 commit dd32e36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/setup-adapters.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ function install_gcs-sdk-cpp {
}

function install_azure-storage-sdk-cpp {
# Disable VCPKG to install additional static dependencies under the VCPKG installed path
# instead of using system pre-installed dependencies.
export AZURE_SDK_DISABLE_AUTO_VCPKG=ON
vcpkg_commit_id=7a6f366cefd27210f6a8309aed10c31104436509
github_checkout azure/azure-sdk-for-cpp azure-storage-files-datalake_12.8.0
sed -i "s/set(VCPKG_COMMIT_STRING .*)/set(VCPKG_COMMIT_STRING $vcpkg_commit_id)/" cmake-modules/AzureVcpkg.cmake
Expand Down

0 comments on commit dd32e36

Please sign in to comment.