Skip to content

Commit

Permalink
Daily vcpkg ports for template
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored and antkmsft committed Nov 5, 2023
1 parent 2630e92 commit b83d5f2
Show file tree
Hide file tree
Showing 5 changed files with 83 additions and 11 deletions.
32 changes: 32 additions & 0 deletions ports/azure-template-cpp/portfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# NOTE: All changes made to this file will get overwritten by the next port release.
# Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp.

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF ab0c28a42ff5a9dee03f46211c0391ab5ef5e573
SHA512 d32894279a9a57eae0bafe5b36b28693a4d28f904481c5ab2b59ba29d023b8e370819ae2e245314508585f732a2b926b386fdbaf1ffcc3dcddbac8fd0dd79db4
)

if(EXISTS "${SOURCE_PATH}/sdk/template/azure-template")
file(REMOVE_RECURSE "${SOURCE_PATH}/sdk/template/_")
file(REMOVE_RECURSE "${SOURCE_PATH}/sdk/_")
file(REMOVE_RECURSE "${SOURCE_PATH}/_")

file(RENAME "${SOURCE_PATH}/sdk/template/azure-template" "${SOURCE_PATH}/sdk/template/_")
file(RENAME "${SOURCE_PATH}/sdk/template" "${SOURCE_PATH}/sdk/_")
file(RENAME "${SOURCE_PATH}/sdk" "${SOURCE_PATH}/_")
endif()

vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}/_/_/_"
OPTIONS
-DWARNINGS_AS_ERRORS=OFF
-DBUILD_TESTING=OFF
)

vcpkg_cmake_install()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
vcpkg_cmake_config_fixup()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
vcpkg_copy_pdbs()
27 changes: 27 additions & 0 deletions ports/azure-template-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"$comment": "NOTE: All changes made to this file will get overwritten by the next port release. Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp.",
"name": "azure-template-cpp",
"version-semver": "1.1.0-beta.3233354",
"description": [
"Microsoft Azure Template SDK for C++",
"This is a template library meant to illustrate initial client library development process for Azure SDK.",
"It is not meant to be published to vcpkg."
],
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/template/azure-template",
"license": "MIT",
"dependencies": [
{
"name": "azure-core-cpp",
"default-features": false,
"version>=": "1.3.1"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}
2 changes: 1 addition & 1 deletion versions/a-/azure-storage-common-cpp.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "53660fdbee0f084defff8a5d45d1ca8344b34edd",
"git-tree": "17820fbf9da35d17696c58078a12257f8945a437",
"version-semver": "12.5.0-beta.2",
"port-version": 0
},
Expand Down
9 changes: 9 additions & 0 deletions versions/a-/azure-template-cpp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "8d58f47d27a5f4cc4528a7d54befb6396b72b8df",
"version-semver": "1.1.0-beta.3233354",
"port-version": 0
}
]
}
24 changes: 14 additions & 10 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -473,28 +473,32 @@
"port-version": 0
},
"azure-storage-blobs-cpp": {
"baseline": "12.9.0",
"port-version": 1
"baseline": "12.10.0-beta.2",
"port-version": 0
},
"azure-storage-common-cpp": {
"baseline": "12.4.0",
"port-version": 2
"baseline": "12.5.0-beta.2",
"port-version": 0
},
"azure-storage-cpp": {
"baseline": "7.5.0",
"port-version": 6
},
"azure-storage-files-datalake-cpp": {
"baseline": "12.8.0",
"port-version": 1
"baseline": "12.9.0-beta.2",
"port-version": 0
},
"azure-storage-files-shares-cpp": {
"baseline": "12.7.0",
"port-version": 1
"baseline": "12.8.0-beta.2",
"port-version": 0
},
"azure-storage-queues-cpp": {
"baseline": "12.1.0",
"port-version": 1
"baseline": "12.2.0-beta.2",
"port-version": 0
},
"azure-template-cpp": {
"baseline": "1.1.0-beta.3233354",
"port-version": 0
},
"azure-uamqp-c": {
"baseline": "2023-08-07",
Expand Down

0 comments on commit b83d5f2

Please sign in to comment.