Skip to content

Commit

Permalink
build: add bitcoin-{node,gui} to Maintenance.cmake
Browse files Browse the repository at this point in the history
They are added to installable_targets and can optionally be
included in a MULTIPROCESS=1 custom Guix build. This commit
ensures we run the binary security, symbol and dynamic library
checks on them (when present).
  • Loading branch information
Sjors committed Jan 29, 2025
1 parent 95c4eb5 commit 9a20dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/module/Maintenance.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function(add_maintenance_targets)
VERBATIM
)

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

0 comments on commit 9a20dc4

Please sign in to comment.