Hennadii Stepanov
Hennadii Stepanov
Rebased 9992b85464235871a6ca9f027680f7e157283b78 -> 856efb0aabbca559cb65a5f539b5a04338610092 ([pr23609.03](https://github.com/hebasto/bitcoin/commits/pr23609.03) -> [pr23609.04](https://github.com/hebasto/bitcoin/commits/pr23609.04)) due to the conflict with #23817.
#### Guix builds: ``` $ find guix-build-$(git rev-parse --short=12 HEAD)/output/ -type f -print0 | env LC_ALL=C sort -z | xargs -r0 sha256sum 3bd0f565f675a9564583e0469ca8116f5c748f2179f6efcdf31b0bafec185725 guix-build-856efb0aabbc/output/aarch64-linux-gnu/SHA256SUMS.part d140a2d302cd1e22e594fb03da3a956516e6fb8b40e08f618a0964df90949c72 guix-build-856efb0aabbc/output/aarch64-linux-gnu/bitcoin-856efb0aabbc-aarch64-linux-gnu-debug.tar.gz fafcab9f9250d5d65adb0435cedbebda07c8ed1d4f2841e27c60484336bd61d6 guix-build-856efb0aabbc/output/aarch64-linux-gnu/bitcoin-856efb0aabbc-aarch64-linux-gnu.tar.gz b34f67a272b6ff39b42eb653a97630161a5c7f4ee0d3f33cdd176a8f0066113a guix-build-856efb0aabbc/output/arm-linux-gnueabihf/SHA256SUMS.part...
Rebased 856efb0aabbca559cb65a5f539b5a04338610092 -> 047d211b18a33be00685c4e494fa1a9d315c7d12 ([pr23609.04](https://github.com/hebasto/bitcoin/commits/pr23609.04) -> [pr23609.05](https://github.com/hebasto/bitcoin/commits/pr23609.05)) on top of the merged #24348.
#### Guix builds: ``` $ find guix-build-$(git rev-parse --short=12 HEAD)/output/ -type f -print0 | env LC_ALL=C sort -z | xargs -r0 sha256sum ca401e90c1d15a870de271469846038184858bdbfd09f77f140cf63ee4953948 guix-build-047d211b18a3/output/aarch64-linux-gnu/SHA256SUMS.part 72d565fe193d5268ebe3d0f0404709ba893a45841d3316ae7fc0ed92e1fe8e28 guix-build-047d211b18a3/output/aarch64-linux-gnu/bitcoin-047d211b18a3-aarch64-linux-gnu-debug.tar.gz 28a0b38829c2af38d7f6b5ed2949e09a0b56d6b4b2d151cdf055ab647ed2d714 guix-build-047d211b18a3/output/aarch64-linux-gnu/bitcoin-047d211b18a3-aarch64-linux-gnu.tar.gz ac732ed36b7c921850f90b72b0b50e46685488ae5bc532af4d9b288c57d07917 guix-build-047d211b18a3/output/arm-linux-gnueabihf/SHA256SUMS.part...
Rebased 047d211b18a33be00685c4e494fa1a9d315c7d12 -> 258921a8f7e1834e02f48c2bfb0491ce88ed0508 ([pr23609.05](https://github.com/hebasto/bitcoin/commits/pr23609.05) -> [pr23609.06](https://github.com/hebasto/bitcoin/commits/pr23609.06)).
@jarolrod > but i wonder if this is worth it considering the drop, perhaps attack the spamming from a different angle? Most of the warnings are coming out of boost....
Updated 485bd54f26c061ff3aa21587f8d8fd6ca86b5980 -> 1d09ef577b2b5e6d13b83f5241bad037a0a8f7b8 ([pr25797.01](https://github.com/hebasto/bitcoin/commits/pr25797.01) -> [pr25797.02](https://github.com/hebasto/bitcoin/commits/pr25797.02)): - fixed Berkeley DB detection on OpenBSD. - improved all `cmake/modules/Find.cmake` modules. @theStack > I retested on OpenBSD 7.1 with the instructions from...
Updated 1d09ef577b2b5e6d13b83f5241bad037a0a8f7b8 -> 66c4ce440021004149779bb74207ce0c8bc93b2f ([pr25797.02](https://github.com/hebasto/bitcoin/commits/pr25797.02) -> [pr25797.03](https://github.com/hebasto/bitcoin/commits/pr25797.03)): - the `leveldbutil` target removed from "all targets" being built by default; thanks to @theStack for [pointing](https://github.com/bitcoin/bitcoin/pull/25797#pullrequestreview-1066634807) it out @theStack > I'm assuming...
Updated 66c4ce440021004149779bb74207ce0c8bc93b2f -> e098ba80b6ec0debc62c32c65b72a518b126ed54 ([pr25797.03](https://github.com/hebasto/bitcoin/commits/pr25797.03) -> [pr25797.04](https://github.com/hebasto/bitcoin/commits/pr25797.04)): - in-subtree [bugfix](https://github.com/bitcoin-core/crc32c-subtree/pull/5) been replaced with out-subtree workaround - fixed white spaces All changes above made the linter CI task happy now :tiger2:
> > an opportunity to drop the build_msvc subdirectory from the repo altogether > > I don't see why CMake changes the situation around build_msvc. We could drop it today...