From e26acfb489afefcf6ced4296267cddbb3cd4dfed Mon Sep 17 00:00:00 2001 From: Anton Kolesnyk Date: Tue, 23 Apr 2024 14:17:32 -0700 Subject: [PATCH] Update vcpkg SHA to match the C++ repo --- cmake-modules/AzureVcpkg.cmake | 2 +- eng/vcpkg-commit.txt | 2 +- vcpkg.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake-modules/AzureVcpkg.cmake b/cmake-modules/AzureVcpkg.cmake index 063ec6bcbb..bb875855ae 100644 --- a/cmake-modules/AzureVcpkg.cmake +++ b/cmake-modules/AzureVcpkg.cmake @@ -16,7 +16,7 @@ macro(az_vcpkg_integrate) message("AZURE_SDK_DISABLE_AUTO_VCPKG is not defined. Fetch a local copy of vcpkg.") # GET VCPKG FROM SOURCE # User can set env var AZURE_SDK_VCPKG_COMMIT to pick the VCPKG commit to fetch - set(VCPKG_COMMIT_STRING 9854d1d92200d81dde189e53b64c9ba6a305dc9f) # default SDK tested commit + set(VCPKG_COMMIT_STRING 8150939b69720adc475461978e07c2d2bf5fb76e) # default SDK tested commit if(DEFINED ENV{AZURE_SDK_VCPKG_COMMIT}) message("AZURE_SDK_VCPKG_COMMIT is defined. Using that instead of the default.") set(VCPKG_COMMIT_STRING "$ENV{AZURE_SDK_VCPKG_COMMIT}") # default SDK tested commit diff --git a/eng/vcpkg-commit.txt b/eng/vcpkg-commit.txt index a383a3484b..e4a0d16274 100644 --- a/eng/vcpkg-commit.txt +++ b/eng/vcpkg-commit.txt @@ -1 +1 @@ -9854d1d92200d81dde189e53b64c9ba6a305dc9f +8150939b69720adc475461978e07c2d2bf5fb76e diff --git a/vcpkg.json b/vcpkg.json index ba2e0eb8fc..4a4288be1c 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,7 @@ { "name": "azure-sdk-for-c", "version": "1.0.0", - "builtin-baseline": "9854d1d92200d81dde189e53b64c9ba6a305dc9f", + "builtin-baseline": "8150939b69720adc475461978e07c2d2bf5fb76e", "dependencies": [ { "name": "curl"