0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-06 14:19:59 -05:00
bitcoin-core/ci/test
merge-script 73e2ec1373
Merge bitcoin/bitcoin#31844: cmake: add a component for each binary
9b033bebb1 cmake: rename Kernel component to bitcoinkernel for consistency (Cory Fields)
2e0c92558e cmake: add and use install_binary_component (Cory Fields)
0264c5d86c cmake: use per-target components for bitcoin-qt and bitcoin-gui (Cory Fields)
fb0546b1c5 ci: don't try to install for a fuzz build (Cory Fields)

Pull request description:

  This makes it possible to build/install only the desired binaries regardless of the configuration.
  For consistency, the component names match the binary names. `Kernel` and `GUI` have been renamed.

  Additionally it fixes #31762 by installing only the manpages for the configured targets (and includes them in the component installs for each).

  Also fixes #31745.

  Alternative to #31765 which is (imo) more correct/thorough.

  Can be tested using (for ex):
  ```bash
  $ cmake -B build
  $ cmake --build build -t bitcoind -t bitcoin-cli
  $ cmake --install build --component bitcoind
  $ cmake --install build --component bitcoin-cli
  ```

ACKs for top commit:
  hebasto:
    ACK 9b033bebb1.
  TheCharlatan:
    Re-ACK 9b033bebb1
  stickies-v:
    re-ACK 9b033bebb1

Tree-SHA512: fd4818e76f190dbeafbf0c246b466f829771902c9d6d7111ed917093b811c8a5536a4a45e20708f73e7f581d6cb77c8e61cfa69e065788dcf0886792f553a355
2025-02-14 14:19:12 +01:00
..
00_setup_env.sh ci: Supply platform argument to docker commands. 2025-01-17 10:36:41 -08:00
00_setup_env_arm.sh ci: Supply platform argument to docker commands. 2025-01-17 10:36:41 -08:00
00_setup_env_i686_multiprocess.sh ci: Remove no longer needed '-Wno-error=documentation' 2025-02-05 17:24:36 +00:00
00_setup_env_mac_cross.sh
00_setup_env_mac_native.sh
00_setup_env_mac_native_fuzz.sh ci: don't try to install for a fuzz build 2025-02-11 22:50:16 +00:00
00_setup_env_native_asan.sh ci: Use clang-20 for sanitizer tasks 2025-02-04 17:05:17 +01:00
00_setup_env_native_centos.sh ci: Enable DEBUG=1 for one GCC-12+ build to catch 117966 regressions 2025-01-20 17:43:52 +01:00
00_setup_env_native_fuzz.sh ci: don't try to install for a fuzz build 2025-02-11 22:50:16 +00:00
00_setup_env_native_fuzz_with_msan.sh
00_setup_env_native_fuzz_with_valgrind.sh
00_setup_env_native_msan.sh ci: Run functional tests in msan task 2025-01-02 13:46:52 +01:00
00_setup_env_native_nowallet_libbitcoinkernel.sh
00_setup_env_native_previous_releases.sh
00_setup_env_native_tidy.sh
00_setup_env_native_tsan.sh ci: Use clang-20 for sanitizer tasks 2025-02-04 17:05:17 +01:00
00_setup_env_native_valgrind.sh
00_setup_env_s390x.sh ci: Supply platform argument to docker commands. 2025-01-17 10:36:41 -08:00
00_setup_env_win64.sh ci: Supply platform argument to docker commands. 2025-01-17 10:36:41 -08:00
01_base_install.sh ci: Use clang-20 for sanitizer tasks 2025-02-04 17:05:17 +01:00
02_run_container.sh Merge bitcoin/bitcoin#31678: ci: Skip read-write of default env vars 2025-02-12 15:54:16 +01:00
03_test_script.sh ci: Bump centos stream 10 2025-01-17 15:34:11 +01:00
GetCMakeLogFiles.cmake
wrap-valgrind.sh
wrap-wine.sh