Skip to content

Commit

Permalink
Daily vcpkg ports for attestation
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk committed Oct 30, 2023
1 parent 06c79a9 commit 8b24dd8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 3 additions & 2 deletions ports/azure-security-attestation-cpp/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-security-attestation_1.1.0
SHA512 bf5c0ab830122838045e3e5ff03aae38f81082b50b9b0c61fa21a8c101a2fd98ad98b136d49702665d720f59baa6a89c8af3f161a44c09d24ad747fb1828cbca
REF 6979126ad8499b4a1209ff95287cc98512a13b85
SHA512 f0a6fe812d84d90705ef9f33355deace3cd19f654c499b7cef29f6a364c97b0c98f6c48c5f0c9018ce212620f322adb17f8a7689baeb6e3bb058732ec0c3a292
)

if(EXISTS "${SOURCE_PATH}/sdk/attestation/azure-security-attestation")
Expand All @@ -19,6 +19,7 @@ vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}/_/_/_"
OPTIONS
-DWARNINGS_AS_ERRORS=OFF
-DBUILD_TESTING=OFF
)

vcpkg_cmake_install()
Expand Down
3 changes: 1 addition & 2 deletions ports/azure-security-attestation-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "azure-security-attestation-cpp",
"version-semver": "1.1.0",
"port-version": 1,
"version-semver": "1.2.0-beta.1",
"description": [
"Microsoft Azure Attestation Service SDK for C++",
"This library provides API access to the Microsoft Azure Attestation service."
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/azure-security-attestation-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f1474e4795c60a36e943213421d600689cac904e",
"version-semver": "1.2.0-beta.1",
"port-version": 0
},
{
"git-tree": "812294d664f9765544343cfc8b5265edfb88d061",
"version-semver": "1.1.0",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -453,8 +453,8 @@
"port-version": 0
},
"azure-security-attestation-cpp": {
"baseline": "1.1.0",
"port-version": 1
"baseline": "1.2.0-beta.1",
"port-version": 0
},
"azure-security-keyvault-administration-cpp": {
"baseline": "4.0.0-beta.3",
Expand Down

0 comments on commit 8b24dd8

Please sign in to comment.