[aliyun-oss-cpp-sdk] Add option to disable parallel builds (#41085)

This commit is contained in:
Frank 2024-09-20 21:20:29 +00:00 committed by GitHub
parent 1f6dffc288
commit 38c8787aac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 2 deletions

View File

@ -12,6 +12,7 @@ file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/0002-unofficial-export.cmake" DESTINATIO
vcpkg_cmake_configure( vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}" SOURCE_PATH "${SOURCE_PATH}"
DISABLE_PARALLEL_CONFIGURE
OPTIONS OPTIONS
-DBUILD_SAMPLE=OFF -DBUILD_SAMPLE=OFF
) )

View File

@ -1,7 +1,7 @@
{ {
"name": "aliyun-oss-cpp-sdk", "name": "aliyun-oss-cpp-sdk",
"version": "1.10.0", "version": "1.10.0",
"port-version": 1, "port-version": 2,
"description": "Alibaba Cloud Object Storage Service (OSS) is a cloud storage service provided by Alibaba Cloud, featuring massive capacity, security, a low cost, and high reliability.", "description": "Alibaba Cloud Object Storage Service (OSS) is a cloud storage service provided by Alibaba Cloud, featuring massive capacity, security, a low cost, and high reliability.",
"homepage": "https://github.com/aliyun/aliyun-oss-cpp-sdk", "homepage": "https://github.com/aliyun/aliyun-oss-cpp-sdk",
"license": "Apache-2.0", "license": "Apache-2.0",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "ca0c99c6cdc51c43705f89baf7ee8a4e61b25fe2",
"version": "1.10.0",
"port-version": 2
},
{ {
"git-tree": "732b0995e1fae92ab6192bbf41f0e40a459d9ac7", "git-tree": "732b0995e1fae92ab6192bbf41f0e40a459d9ac7",
"version": "1.10.0", "version": "1.10.0",

View File

@ -82,7 +82,7 @@
}, },
"aliyun-oss-cpp-sdk": { "aliyun-oss-cpp-sdk": {
"baseline": "1.10.0", "baseline": "1.10.0",
"port-version": 1 "port-version": 2
}, },
"allegro5": { "allegro5": {
"baseline": "5.2.9.1", "baseline": "5.2.9.1",