Skip to content

Commit

Permalink
Daily vcpkg ports for core
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk committed Oct 30, 2023
1 parent 7383222 commit dbdee09
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 18 deletions.
4 changes: 2 additions & 2 deletions ports/azure-core-amqp-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-core-amqp_1.0.0-beta.4
SHA512 c8bc1e73e8f2a31ace636a5193e4909d1f673efb5f62c5cb27dbbe379ad77387bfecd862efb635c335044a6e7e1726a0ba39fba8713d97b0e80e239f9d92e3a7
REF 7d94094255fb65cf659a12003ec0b05cb0dbebe6
SHA512 83c5a369fb9c30334df4020cad4f34ceb1b9d8389045b74c8285e065401bbf921a31f4287e8c110aeec21dfe3b6e703c0ba5838f269291b13df59f40b3b54f63
)

if(EXISTS "${SOURCE_PATH}/sdk/core/azure-core-amqp")
Expand Down
6 changes: 4 additions & 2 deletions ports/azure-core-amqp-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-core-amqp-cpp",
"version-semver": "1.0.0-beta.4",
"version-semver": "1.0.0-beta.5",
"description": [
"Microsoft Azure AMQP SDK for C++",
"This library provides AMQP functionality to Azure SDK services."
Expand All @@ -9,12 +9,14 @@
"license": "MIT",
"supports": "!uwp",
"dependencies": [
"azure-c-shared-utility",
{
"name": "azure-core-cpp",
"default-features": false,
"version>=": "1.10.0"
},
"azure-uamqp-c",
"azure-macro-utils-c",
"umock-c",
{
"name": "vcpkg-cmake",
"host": true
Expand Down
4 changes: 2 additions & 2 deletions ports/azure-core-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-core_1.10.3
SHA512 b3705cf757a14693f65a5ea4a43cc3c5f8377b3156ef24869bd664e9e8b25797fd21107ad543db476335bbb2389687cc1ed8fb8fe1010bb9b5a0eb406f3c0d59
REF 7d94094255fb65cf659a12003ec0b05cb0dbebe6
SHA512 83c5a369fb9c30334df4020cad4f34ceb1b9d8389045b74c8285e065401bbf921a31f4287e8c110aeec21dfe3b6e703c0ba5838f269291b13df59f40b3b54f63
)

vcpkg_check_features(
Expand Down
5 changes: 2 additions & 3 deletions ports/azure-core-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "azure-core-cpp",
"version-semver": "1.10.3",
"port-version": 1,
"version-semver": "1.11.0-beta.2",
"description": [
"Microsoft Azure Core SDK for C++",
"This library provides shared primitives, abstractions, and helpers for modern Azure SDK client libraries written in the C++."
Expand Down Expand Up @@ -65,7 +64,7 @@
},
"winhttp": {
"description": "WinHTTP HTTP transport implementation",
"supports": "windows & !uwp",
"supports": "windows",
"dependencies": [
{
"name": "azure-core-cpp",
Expand Down
5 changes: 3 additions & 2 deletions ports/azure-core-tracing-opentelemetry-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-core-tracing-opentelemetry_1.0.0-beta.4
SHA512 645c616fe54024f30a6e4b9c2626bfeaf906086be7bbeccc4a1155178670fb70d9818938db2f9fa8e3b9593ca45e0b10042dcd67fde04d2542f6f72a74884697
REF 7d94094255fb65cf659a12003ec0b05cb0dbebe6
SHA512 83c5a369fb9c30334df4020cad4f34ceb1b9d8389045b74c8285e065401bbf921a31f4287e8c110aeec21dfe3b6e703c0ba5838f269291b13df59f40b3b54f63
)

if(EXISTS "${SOURCE_PATH}/sdk/core/azure-core-tracing-opentelemetry")
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-core-tracing-opentelemetry-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "azure-core-tracing-opentelemetry-cpp",
"version-semver": "1.0.0-beta.4",
"port-version": 1,
"version-semver": "1.0.0-beta.5",
"description": [
"Microsoft Azure Core Tracing OpenTelemetry SDK for C++",
"This library provides support for modern Azure SDK client libraries written in C++ to leverage OpenTelemetry APIs."
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/azure-core-amqp-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a0edfbc9476c2b33c046219ee80eac4577326293",
"version-semver": "1.0.0-beta.5",
"port-version": 0
},
{
"git-tree": "50c7a85fdc78ded123beb5dd15e2b4557ace24b2",
"version-semver": "1.0.0-beta.4",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/azure-core-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "1fa6020a805b989ecf922617a9059abe698c3c71",
"version-semver": "1.11.0-beta.2",
"port-version": 0
},
{
"git-tree": "0f2e80c3e438f6738b7f0910f3122f21d52eb653",
"version-semver": "1.10.3",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/azure-core-tracing-opentelemetry-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "65c134dfe7f00f6fe1ed0a1058f31838eee428db",
"version-semver": "1.0.0-beta.5",
"port-version": 0
},
{
"git-tree": "001d1fc3f1ecbaa77894355634624bc5a7c7d7f2",
"version-semver": "1.0.0-beta.4",
Expand Down
10 changes: 5 additions & 5 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -417,16 +417,16 @@
"port-version": 0
},
"azure-core-amqp-cpp": {
"baseline": "1.0.0-beta.4",
"baseline": "1.0.0-beta.5",
"port-version": 0
},
"azure-core-cpp": {
"baseline": "1.10.3",
"port-version": 1
"baseline": "1.11.0-beta.2",
"port-version": 0
},
"azure-core-tracing-opentelemetry-cpp": {
"baseline": "1.0.0-beta.4",
"port-version": 1
"baseline": "1.0.0-beta.5",
"port-version": 0
},
"azure-identity-cpp": {
"baseline": "1.5.1",
Expand Down

0 comments on commit dbdee09

Please sign in to comment.