From: Mark Wielaard Date: Mon, 2 May 2022 23:35:53 +0000 (+0200) Subject: configure: Don't use valgrind and sanitize-undefined for make distcheck X-Git-Tag: elfutils-0.188~83 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6d0c3b57429add5b6494259c1c06499e52cff4d5;p=thirdparty%2Felfutils.git configure: Don't use valgrind and sanitize-undefined for make distcheck make distcheck would always run with --enable-valgrind and --enable-sanitize-undefined. Assuming the maintainer would run this just before doing a release. But this makes distcheck really, really, really slow. And we have various buildbots now that run various combinations of valgrind, undefined and/or address sanitizer over every commit now. This make make distcheck "fast" again. Signed-off-by: Mark Wielaard --- diff --git a/ChangeLog b/ChangeLog index 77173d916..f1a14b5c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2022-05-02 Mark Wielaard + + * Makefile.am (AM_DISTCHECK_CONFIGURE_FLAGS): Remove + --enable-valgrind --enable-sanitize-undefined. + 2022-04-25 Mark Wielaard * configure.ac (AC_INIT): Set version to 0.187. diff --git a/Makefile.am b/Makefile.am index 9c47afa9e..8643312a0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,7 +38,6 @@ EXTRA_DIST = elfutils.spec GPG-KEY NOTES CONTRIBUTING \ # Run all tests under valgrind. AM_DISTCHECK_CONFIGURE_FLAGS = \ --libdir=`echo $(libdir) | sed "s,^$(exec_prefix),$$dc_install_base,"`\ - --enable-valgrind --enable-sanitize-undefined \ CC="$(CC)" distcheck-hook: