From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 41E653858407 for ; Thu, 9 Dec 2021 17:15:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 41E653858407 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: from tarox.wildebeest.org (83-87-18-245.cable.dynamic.v4.ziggo.nl [83.87.18.245]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id B95123000ED0 for ; Thu, 9 Dec 2021 18:15:24 +0100 (CET) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id 5C2F7413CC9A; Thu, 9 Dec 2021 18:15:24 +0100 (CET) Message-ID: Subject: New buildbot CI worker setups From: Mark Wielaard To: elfutils-devel@sourceware.org Date: Thu, 09 Dec 2021 18:15:24 +0100 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.28.5 (3.28.5-10.el7) Mime-Version: 1.0 X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: elfutils-devel@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Elfutils-devel mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Dec 2021 17:15:30 -0000 Hi, I tweaked the configure options various buildbot do: https://builder.wildebeest.org/buildbot/#/builders?tags=3Delfutils elfutils-centos-x86_64: --enable-valgrind --enable-sanitize-undefined elfutils-debian-amd64: --enable-valgrind --enable-sanitize-undefined elfutils-debian-arm64: --enable-valgrind (--enable-sanitize-undefined slows down too much, --enable-sanitize-address is 3 times slower than --enable-valgrind) elfutils-debian-armhf: --enable-sanitize-address --enable-sanitize-undefined elfutils-debian-i386: --enable-sanitize-address --enable-sanitize-undefined elfutils-fedora-ppc64: --enable-sanitize-undefined elfutils-fedora-ppc64le: --enable-valgrind --enable-sanitize-undefined elfutils-fedora-s390x: --enable-valgrind --enable-sanitize-undefined elfutils-fedora-x86_64 does a make distcheck, which enables --enable-valgrind --enable-sanitize-undefined Hopefully that is a good mix of extra checking options. Cheers, Mark