Skip to content

Commit 2d02e2f

Browse files
committed
Remove embedded libminisketch (and its tests/fuzz) from build
libminisketch isn't actually used in 26.x, so ignore it
1 parent e411bc1 commit 2d02e2f

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

ci/test/03_test_script.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ du -sh "${PREVIOUS_RELEASES_DIR}"
143143
if [[ $HOST = *-mingw32 ]]; then
144144
# Generate all binaries, so that they can be wrapped
145145
make "$MAKEJOBS" -C src/secp256k1 VERBOSE=1
146-
make "$MAKEJOBS" -C src minisketch/test.exe VERBOSE=1
147146
"${BASE_ROOT_DIR}/ci/test/wrap-wine.sh"
148147
fi
149148

src/Makefile.am

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ BITCOIN_CORE_H = \
231231
node/mempool_persist_args.h \
232232
node/miner.h \
233233
node/mini_miner.h \
234-
node/minisketchwrapper.h \
235234
node/peerman_args.h \
236235
node/protocol_version.h \
237236
node/psbt.h \
@@ -436,7 +435,6 @@ libbitcoin_node_a_SOURCES = \
436435
node/mempool_persist_args.cpp \
437436
node/miner.cpp \
438437
node/mini_miner.cpp \
439-
node/minisketchwrapper.cpp \
440438
node/peerman_args.cpp \
441439
node/psbt.cpp \
442440
node/timeoffsets.cpp \
@@ -1108,8 +1106,6 @@ endif
11081106
echo "};"; \
11091107
} > "$@.new" && mv -f "$@.new" "$@"
11101108

1111-
include Makefile.minisketch.include
1112-
11131109
if EMBEDDED_LEVELDB
11141110
include Makefile.crc32c.include
11151111
include Makefile.leveldb.include

src/Makefile.test.include

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ BITCOIN_TESTS =\
114114
test/miner_tests.cpp \
115115
test/miniminer_tests.cpp \
116116
test/miniscript_tests.cpp \
117-
test/minisketch_tests.cpp \
118117
test/multisig_tests.cpp \
119118
test/net_peer_connection_tests.cpp \
120119
test/net_peer_eviction_tests.cpp \
@@ -343,7 +342,6 @@ test_fuzz_fuzz_SOURCES = \
343342
test/fuzz/merkleblock.cpp \
344343
test/fuzz/message.cpp \
345344
test/fuzz/miniscript.cpp \
346-
test/fuzz/minisketch.cpp \
347345
test/fuzz/mini_miner.cpp \
348346
test/fuzz/muhash.cpp \
349347
test/fuzz/multiplication_overflow.cpp \

0 commit comments

Comments
 (0)