mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[bond] Disable example and test (#36118)
* [bond] Disable example and test * version
This commit is contained in:
parent
97c1d748be
commit
ffa05508d1
@ -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}
|
||||
)
|
||||
|
@ -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": [
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "800bba87d345e620b88cd1b31b34fb76ac80aee6",
|
||||
"version": "10.0.0",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "5d9b960403809575097267ac43d1ce18e9b2a7f2",
|
||||
"version": "10.0.0",
|
||||
|
@ -678,7 +678,7 @@
|
||||
},
|
||||
"bond": {
|
||||
"baseline": "10.0.0",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"boolinq": {
|
||||
"baseline": "3.0.4",
|
||||
|
Loading…
x
Reference in New Issue
Block a user