Hi -
> On irc we discussed some issues with trying to disable debuginfod
> client for valgrind while actually using it in the to be tested
> executable. The main issue is that valgrind and the test executable are
> actually one and the same. So disabling or enabling DEBUGINFOD_URLS for
> one also
Hi Frank,
On irc we discussed some issues with trying to disable debuginfod
client for valgrind while actually using it in the to be tested
executable. The main issue is that valgrind and the test executable are
actually one and the same. So disabling or enabling DEBUGINFOD_URLS for
one also disab
Hi Frank,
On Wed, 2021-06-16 at 22:34 -0400, Frank Ch. Eigler via Elfutils-devel
wrote:
> The following patch appears to make valgrind consistently happy,
> whether distcheck or check runs. It siply arranges to make sure that
> $VALGRIND_CMD is run without debuginfod client being enabled, even as