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 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.
  • Loading branch information
Sjors committed Jan 28, 2025
1 parent 48af8d7 commit 348f34e
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 348f34e

Please sign in to comment.