Skip to content

Commit ba45420

Browse files
committed
build: add bitcoin-{node,gui} to Maintenance.cmake
They are added to installable_targets and became part of the Guix build once depends built them by default. This commit ensures we run the binary security, symbol and dynamic library checks on them.
1 parent b924ee0 commit ba45420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cmake/module/Maintenance.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function(add_maintenance_targets)
4242
VERBATIM
4343
)
4444

45-
foreach(target IN ITEMS bitcoind bitcoin-qt bitcoin-cli bitcoin-tx bitcoin-util bitcoin-wallet test_bitcoin bench_bitcoin)
45+
foreach(target IN ITEMS bitcoind bitcoin-node bitcoin-qt bitcoin-gui bitcoin-cli bitcoin-tx bitcoin-util bitcoin-wallet test_bitcoin bench_bitcoin)
4646
if(TARGET ${target})
4747
list(APPEND executables $<TARGET_FILE:${target}>)
4848
endif()

0 commit comments

Comments
 (0)