mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 05:57:59 +01:00
Merge bitcoin/bitcoin#24301: build: header-only Boost
5d399f9f3dbuild: remove native B2 package (fanquake)2037a3b6c1build: header-only Boost (fanquake)39e66e938fbuild: use header-only Boost unit test (fanquake) Pull request description: This PR converts our Boost usage to header only. We switch from using our last remaining Boost lib (unit test), to using it's header-only implementation (see https://www.boost.org/doc/libs/1_78_0/libs/test/doc/html/boost_test/adv_scenarios/single_header_customizations/multiple_translation_units.html). Also related to #24291. Guix build: ```bash ``` ACKs for top commit: hebasto: re-ACK5d399f9f3dMarcoFalke: approach ACK5d399f9f3d📞 Tree-SHA512: e60835ee9c11aa941a64679616da2002d6cd86e464895372fafdd42ad6499d7eb1dde6f0013c60adaeb97bd191198430cb158a7a7417b38080dd7106b28e3ba5
This commit is contained in:
@@ -30,6 +30,9 @@ race:validation_chainstatemanager_tests
|
||||
deadlock:libdb
|
||||
race:libzmq
|
||||
|
||||
# Race in headers only Boost Test
|
||||
race:std::__1::ios_base::flags
|
||||
|
||||
# Intermittent issues
|
||||
# -------------------
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user