Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge bitcoin-core/secp256k1#1027: build: Add a check that Valgrind a…
…ctually supports a host platform 7c7ce87 build: Add a check that Valgrind actually supports a host platform (Hennadii Stepanov) Pull request description: This PR adds a check that Valgrind actually supports a host platform. On master (49f608d): ``` $ ./autogen.sh &> /dev/null && ./configure -q --host=riscv64-linux-gnu 2>&1 | grep valgrind valgrind = yes ``` With this PR: ``` $ ./autogen.sh &> /dev/null && ./configure -q --host=riscv64-linux-gnu 2>&1 | grep valgrind valgrind = no ``` Closes bitcoin#1023. ACKs for top commit: sipa: utACK 7c7ce87 real-or-random: utACK 7c7ce87 Tree-SHA512: 27f660f7b992ab35dba64b525af1c631f33b8cb25b6a990c81ec4d358c609a2dc03b0932847db9d5aa35eaa880929c7ad2bb4e7719785c2402b1b291cfa91ede
- Loading branch information