travis: Explicitly set –with-valgrind #821
pull jonasnick wants to merge 2 commits into bitcoin-core:master from jonasnick:travis-valgrind changing 2 files +7 −6-
jonasnick commented at 9:14 am on September 19, 2020: contributorAlso remove CPPFLAGS=-DVALGRIND because that’s redundant with when configured with –enable-valgrind.
-
in .travis.yml:20 in 995b240f56 outdated
16@@ -17,7 +17,7 @@ compiler: 17 - gcc 18 env: 19 global: 20- - WIDEMUL=auto BIGNUM=auto ENDOMORPHISM=no STATICPRECOMPUTATION=yes ECMULTGENPRECISION=auto ASM=no BUILD=check EXTRAFLAGS= HOST= ECDH=no RECOVERY=no SCHNORRSIG=no EXPERIMENTAL=no CTIMETEST=yes BENCH=yes ITERS=2 21+ - WIDEMUL=auto BIGNUM=auto ENDOMORPHISM=no STATICPRECOMPUTATION=yes ECMULTGENPRECISION=auto ASM=no BUILD=check ENABLE_VALGRIND=yes RUN_VALGRIND=no EXTRAFLAGS= HOST= ECDH=no RECOVERY=no SCHNORRSIG=no EXPERIMENTAL=no CTIMETEST=yes BENCH=yes ITERS=2
luke-jr commented at 3:42 pm on September 19, 2020:Should it run valgrind to be sure it worked?
jonasnick commented at 7:43 am on September 21, 2020:It runs valgrind ifRUN_VALGRIND
isyes
which happens in lines 39 and 40.
real-or-random commented at 8:11 am on September 21, 2020:ah sure, I missed that this is the global lineluke-jr commented at 3:42 pm on September 19, 2020: memberNit: I think it would be better to renameVALGRIND
in a separate commitjonasnick force-pushed on Sep 21, 2020jonasnick renamed this:
travis: Explicitly set --enable-valgrind and disable once
travis: Explicitly set --with-valgrind
on Sep 21, 2020travis: Explicitly set --with-valgrind
Also set --with-valgrind=no once
jonasnick commented at 7:53 am on September 21, 2020: contributorSplit into two commits.jonasnick force-pushed on Sep 21, 2020travis: VALGRIND->RUN_VALGRIND to avoid confusion with WITH_VALGRIND
Also remove CPPFLAGS=-DVALGRIND because that's redundant when configured with --with-valgrind.
real-or-random commented at 1:23 pm on September 21, 2020: contributorACK 4eecb4d6ef6d4f18be8870a5929feb1dae376d15 diff and travis output look goodsipa commented at 3:38 am on September 26, 2020: contributorutACK 4eecb4d6ef6d4f18be8870a5929feb1dae376d15elichai commented at 9:09 am on September 26, 2020: contributorACK 4eecb4d6ef6d4f18be8870a5929feb1dae376d15real-or-random merged this on Sep 26, 2020real-or-random closed this on Sep 26, 2020
real-or-random cross-referenced this on Sep 26, 2020 from issue Rename testrand functions to have test in name by sipajasonbcox referenced this in commit 13ebc47995 on Sep 29, 2020deadalnix referenced this in commit b96288b72b on Sep 30, 2020
github-metadata-mirror
This is a metadata mirror of the GitHub repository bitcoin-core/secp256k1. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2024-10-30 07:15 UTC
This is a metadata mirror of the GitHub repository bitcoin-core/secp256k1. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2024-10-30 07:15 UTC
This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me
More mirrored repositories can be found on mirror.b10c.me