[bond] Disable example and test (#36118)

* [bond] Disable example and test

* version
This commit is contained in:
Frank 2024-01-12 07:42:53 +08:00 committed by GitHub
parent 97c1d748be
commit ffa05508d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -50,6 +50,7 @@ vcpkg_cmake_configure(
-DBOND_GBC_PATH=${FETCHED_GBC_PATH}
-DBOND_SKIP_GBC_TESTS=TRUE
-DBOND_FIND_RAPIDJSON=TRUE
-DBOND_SKIP_CORE_TESTS=TRUE
-DBOND_STACK_OPTIONS=--allow-different-user
${FEATURE_OPTIONS}
)

View File

@ -1,7 +1,7 @@
{
"name": "bond",
"version": "10.0.0",
"port-version": 1,
"port-version": 2,
"description": "Bond is a cross-platform framework for working with schematized data. It supports cross-language de/serialization and powerful generic mechanisms for efficiently manipulating data. Bond is broadly used at Microsoft in high scale services.",
"homepage": "https://github.com/Microsoft/bond",
"dependencies": [

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "800bba87d345e620b88cd1b31b34fb76ac80aee6",
"version": "10.0.0",
"port-version": 2
},
{
"git-tree": "5d9b960403809575097267ac43d1ce18e9b2a7f2",
"version": "10.0.0",

View File

@ -678,7 +678,7 @@
},
"bond": {
"baseline": "10.0.0",
"port-version": 1
"port-version": 2
},
"boolinq": {
"baseline": "3.0.4",