fanquake
fanquake
This seems to be broken for mac cross builds: ```bash make -C depends HOST=x86_64-w64-mingw32 cmake -B build --toolchain depends/x86_64-w64-mingw32/toolchain.cmake CMake Error at cmake/module/AddWindowsResources.cmake:9 (target_sources): Cannot find source file: /Users/xxx/bitcoin/src/bitcoin-util-manifest.rc Call...
Guix Build ```bash 14f6c52455cfd4f871e97271938e906137d0a0eac8adb381cf22775e71e9662a guix-build-8f4fed7ec700/output/aarch64-linux-gnu/SHA256SUMS.part 793ebdb24d8956a0829c59074e3a5748b0914aa34f076956a6d0b4ef09274187 guix-build-8f4fed7ec700/output/aarch64-linux-gnu/bitcoin-8f4fed7ec700-aarch64-linux-gnu-debug.tar.gz 6bc3f991fce9e2f3dbd9e8aafd3f5a3957f92fdef478c1b95af2e5badfaddc30 guix-build-8f4fed7ec700/output/aarch64-linux-gnu/bitcoin-8f4fed7ec700-aarch64-linux-gnu.tar.gz e475ede22a88ba1caa842ae526b5cb9b4ed5508b0b48a3125b3e3852f0c23688 guix-build-8f4fed7ec700/output/arm-linux-gnueabihf/SHA256SUMS.part ac98da0554700b3d3b0328b9154fb2f9c9b9df49ed9d0605e802ff757be779e3 guix-build-8f4fed7ec700/output/arm-linux-gnueabihf/bitcoin-8f4fed7ec700-arm-linux-gnueabihf-debug.tar.gz 7565295609b83c267cc2d7b06508235a753ea17700b54416bc7d26e217f4ae18 guix-build-8f4fed7ec700/output/arm-linux-gnueabihf/bitcoin-8f4fed7ec700-arm-linux-gnueabihf.tar.gz feb1de97afa454b2a75f9e8e55e63159ac2726823ddbee92f841e77807f166b9 guix-build-8f4fed7ec700/output/arm64-apple-darwin/SHA256SUMS.part 8454d56baca0eb80b5443b625b3130f2481d0c543164cd76077afc440718d6d4 guix-build-8f4fed7ec700/output/arm64-apple-darwin/bitcoin-8f4fed7ec700-arm64-apple-darwin-codesigning.tar.gz a4d7f0a26b288faabb13f072a1b0f06870a6428481d722a0959e5632d9c3292f guix-build-8f4fed7ec700/output/arm64-apple-darwin/bitcoin-8f4fed7ec700-arm64-apple-darwin-unsigned.tar.gz 1f9c22896493ce2b4564a5d4c18a5962526b194fc70bd6bc9d9eedded517fc8f guix-build-8f4fed7ec700/output/arm64-apple-darwin/bitcoin-8f4fed7ec700-arm64-apple-darwin-unsigned.zip ef128525ed9307b7fefd7b9581e20c8b2c5dd4e4a81b3b97f54ec4c4d26fcbc1 guix-build-8f4fed7ec700/output/dist-archive/bitcoin-8f4fed7ec700.tar.gz f65f78065a65654f9bb2a4748c477deb54028344674f4c65a1a2805cde64ab79 guix-build-8f4fed7ec700/output/powerpc64-linux-gnu/SHA256SUMS.part 27f50c432ad6caab5ae6890e96ca7b000370ffba755e6d72cf817425b45fc72c guix-build-8f4fed7ec700/output/powerpc64-linux-gnu/bitcoin-8f4fed7ec700-powerpc64-linux-gnu-debug.tar.gz 6716a08b1ce61d606b9dd3658d750e19d4afe271f1e088842b9db9ac95272981...
> From the issue description: "I would like to propose that we split the CI jobs into separate fuzz-only jobs that use -DBUILD_FOR_FUZZING" I think regardless of other changes we...
> You should be able to see it in the tsan CI task or with libc++ locally? I don't currently reproduce on x86_64 with master +: ```diff --- a/test/sanitizer_suppressions/tsan +++...
> Tracked in hebasto/bitcoin-core-nightly#6. Unless there's a good reason not too, it'd be good to track issues in our issue tracker, rather than some other repository. Otherwise they are not...
Shouldn't this be an upstream bug report, given that's where the issue is?
Nothing for us to do here, so could be reopened/linked from a PR once a proper issue is filed upstream.
> If a user wants to override any of these, they should use the CMAKE_CXX_FLAGS_ variables. Any user would expect this to be handled by the toolchain file, which is...
> If a user wants to override any of these, they should use the CMAKE_CXX_FLAGS_ variables. Does this actually work in this case though? If I do: ```bash cmake -B...
> I suppose that should only happen if the -O3 isn't coming from an explicitly set CMAKE_CXX_FLAGS_RELEASE. Possibly, but I think the way this has been implented is confusing (also...