File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,15 @@ exclude = [
3838 " bitcoin/src/bench" ,
3939 " bitcoin/src/ipc" ,
4040 " bitcoin/test/functional" ,
41- " bitcoin/test/fuzz" ,
4241 " bitcoin/test/lint" ,
4342 " bitcoin/test/sanitizer_suppresions" ,
4443 " bitcoin/test/util" ,
4544 " bitcoin/share" ,
4645 " bitcoin/src/qt" ,
4746 " bitcoin/src/bench" ,
4847 " bitcoin/src/wallet" ,
48+ " bitcoin/src/bench" ,
49+ " bitcoin/src/fuzz"
4950]
5051publish = true
5152
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ fn main() {
2525 . arg ( format ! ( "-DCMAKE_BUILD_TYPE={build_config}" ) )
2626 . arg ( "-DBUILD_KERNEL_LIB=ON" )
2727 . arg ( "-DBUILD_TESTS=OFF" )
28+ . arg ( "-DBUILD_BENCH=OFF" )
2829 . arg ( "-DBUILD_KERNEL_TEST=OFF" )
2930 . arg ( "-DBUILD_TX=OFF" )
3031 . arg ( "-DBUILD_WALLET_TOOL=OFF" )
@@ -35,6 +36,7 @@ fn main() {
3536 . arg ( "-DBUILD_DAEMON=OFF" )
3637 . arg ( "-DBUILD_UTIL_CHAINSTATE=OFF" )
3738 . arg ( "-DBUILD_CLI=OFF" )
39+ . arg ( "-DBUILD_FUZZ_BINARY=OFF" )
3840 . arg ( "-DBUILD_SHARED_LIBS=OFF" )
3941 . arg ( "-DCMAKE_INSTALL_LIBDIR=lib" )
4042 . arg ( "-DENABLE_IPC=OFF" )
You can’t perform that action at this time.
0 commit comments