From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 115125 invoked by alias); 3 Mar 2019 23:04:47 -0000 Mailing-List: contact dwz-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Subscribe: Sender: dwz-owner@sourceware.org Received: (qmail 115109 invoked by uid 89); 3 Mar 2019 23:04:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.100.2 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:552 X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-HELO: gnu.wildebeest.org Date: Tue, 01 Jan 2019 00:00:00 -0000 From: Mark Wielaard To: dwz@sourceware.org Subject: Added a buildbot for dwz Message-ID: <20190303230443.GC30328@wildebeest.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Flag: NO X-SW-Source: 2019-q1/txt/msg00065.txt.bz2 Hi, To celebrate that dwz now has a testsuite I added a buildbot: https://builder.wildebeest.org/buildbot/#/builders?tags=dwz It monitors the dwz.git master branch and does a make && make check on every new commit it sees for aarch64, armhf, ppc64, ppc64le, s390x, x86_64 and i386. The ppc64 and ppc64le builders currently fail because they don't have dejagnu installed yet. As soon as that is installed I expect those to also become green. It should sent email to this list when a new failure is detected. Cheers, Mark