mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-19 18:09:47 +01:00
060a2a64d4
Adjust fuzzbuzz.yml to only install the Boost components we need.
20 lines
328 B
JSON
20 lines
328 B
JSON
{
|
|
"name": "bitcoin-core",
|
|
"version-string": "1",
|
|
"dependencies": [
|
|
"berkeleydb",
|
|
"boost-filesystem",
|
|
"boost-multi-index",
|
|
"boost-process",
|
|
"boost-signals2",
|
|
"boost-test",
|
|
"sqlite3",
|
|
"double-conversion",
|
|
{
|
|
"name": "libevent",
|
|
"features": ["thread"]
|
|
},
|
|
"zeromq"
|
|
]
|
|
}
|