mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:28:59 +08:00
[vcpkg baseline][binlog] disable performance tests (#31410)
* [binlog] disable performance tests * update version * disable find benchmark * version
This commit is contained in:
parent
43150d9aa4
commit
72116f0cdc
@ -16,6 +16,7 @@ vcpkg_cmake_configure(
|
||||
-DBINLOG_BUILD_EXAMPLES=OFF
|
||||
-DBINLOG_BUILD_UNIT_TESTS=OFF
|
||||
-DBINLOG_BUILD_INTEGRATION_TESTS=OFF
|
||||
-DCMAKE_DISABLE_FIND_PACKAGE_benchmark=ON
|
||||
)
|
||||
|
||||
vcpkg_cmake_install()
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "binlog",
|
||||
"version-date": "2021-04-16",
|
||||
"port-version": 1,
|
||||
"description": "Binlog is a high performance C++ log library to produce structured binary logs.",
|
||||
"homepage": "http://opensource.morganstanley.com/binlog/",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "53449cd8c7572c72137ace92720d632b671f2d17",
|
||||
"version-date": "2021-04-16",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "eb0ae943fc2b0c1c19ad62308d1f321439967fd4",
|
||||
"version-date": "2021-04-16",
|
||||
|
@ -546,7 +546,7 @@
|
||||
},
|
||||
"binlog": {
|
||||
"baseline": "2021-04-16",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"binn": {
|
||||
"baseline": "3.0",
|
||||
|
Loading…
Reference in New Issue
Block a user