[brpc] Add DISABLE_PARALLEL_CONFIGURE (#26162)

* [brpc] Add DISABLE_PARALLEL_CONFIGURE

* x-add-version
This commit is contained in:
Lily Wang 2022-08-04 11:00:12 -07:00 committed by GitHub
parent 59b861ab16
commit e38526f36e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 1 deletions

View File

@ -12,6 +12,7 @@ vcpkg_from_github(
vcpkg_cmake_configure( vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}" SOURCE_PATH "${SOURCE_PATH}"
DISABLE_PARALLEL_CONFIGURE
OPTIONS OPTIONS
-DWITH_THRIFT=ON -DWITH_THRIFT=ON
-DWITH_MESALINK=OFF -DWITH_MESALINK=OFF

View File

@ -1,6 +1,7 @@
{ {
"name": "brpc", "name": "brpc",
"version": "1.2.0", "version": "1.2.0",
"port-version": 1,
"description": "Industrial-grade RPC framework used throughout Baidu, with 1,000,000+ instances and thousands kinds of services, called \"baidu-rpc\" inside Baidu.", "description": "Industrial-grade RPC framework used throughout Baidu, with 1,000,000+ instances and thousands kinds of services, called \"baidu-rpc\" inside Baidu.",
"homepage": "https://github.com/apache/incubator-brpc", "homepage": "https://github.com/apache/incubator-brpc",
"license": "Apache-2.0", "license": "Apache-2.0",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "2ed01cdb3f05cfc779d3162de470045bda69f985",
"version": "1.2.0",
"port-version": 1
},
{ {
"git-tree": "d75b4f1f3f1bf6072c3095fe34f29e86c19ec4d5", "git-tree": "d75b4f1f3f1bf6072c3095fe34f29e86c19ec4d5",
"version": "1.2.0", "version": "1.2.0",

View File

@ -1170,7 +1170,7 @@
}, },
"brpc": { "brpc": {
"baseline": "1.2.0", "baseline": "1.2.0",
"port-version": 0 "port-version": 1
}, },
"brunocodutra-metal": { "brunocodutra-metal": {
"baseline": "2.1.4", "baseline": "2.1.4",