Merge 65b1941936 into merged_master (Bitcoin PR bitcoin/bitcoin#31186)

This commit is contained in:
ivanlele 2026-04-02 12:30:26 +00:00
commit 41361fd81b
No known key found for this signature in database

View file

@ -1,10 +1,7 @@
{
"$comment": "The builtin-baseline corresponds to 2024.09.30 Release",
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"builtin-baseline": "9edb1b8e590cc086563301d735cae4b6e732d2d2",
"overrides":[
{"name": "libevent", "version": "2.1.12#7"},
{"name": "liblzma", "version": "5.4.1#1"}
],
"builtin-baseline": "c82f74667287d3dc386bce81e44964370c91a289",
"dependencies": [
"boost-date-time",
"boost-multi-index",
@ -12,35 +9,56 @@
"libevent"
],
"default-features": [
"wallet",
"zeromq",
"qt5",
"tests",
"qt5"
"wallet",
"zeromq"
],
"features": {
"wallet": {
"description": "Enable wallet",
"dependencies": [ "berkeleydb", "sqlite3" ]
},
"sqlite": {
"description": "Enable SQLite wallet support",
"dependencies": [ "sqlite3" ]
},
"berkeleydb": {
"description": "Enable Berkeley DB wallet support",
"dependencies": [ "berkeleydb" ]
},
"zeromq": {
"description": "Enable ZMQ notifications",
"dependencies": [ "zeromq" ]
},
"tests": {
"description": "Build test_bitcoin.exe executable",
"dependencies": [ "boost-test" ]
"dependencies": [
"berkeleydb"
]
},
"qt5": {
"description": "Build GUI, Qt 5",
"dependencies": [ "qt5-base", "qt5-tools" ]
"dependencies": [
"qt5-base",
"qt5-tools"
]
},
"sqlite": {
"description": "Enable SQLite wallet support",
"dependencies": [
"sqlite3"
]
},
"tests": {
"description": "Build test_bitcoin.exe executable",
"dependencies": [
"boost-test"
]
},
"wallet": {
"description": "Enable wallet",
"dependencies": [
"berkeleydb",
"sqlite3"
]
},
"zeromq": {
"description": "Enable ZMQ notifications",
"dependencies": [
"zeromq"
]
}
}
},
"overrides": [
{
"$comment": "Newer unreleased libevent versions cause https://github.com/bitcoin/bitcoin/issues/30096",
"name": "libevent",
"version": "2.1.12#7"
}
]
}