From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/5704 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: Building a solid musl automated-testing framework Date: Mon, 4 Aug 2014 07:30:50 +0200 Message-ID: <20140804053049.GB22308@port70.net> References: <20140731214716.GA27647@brightrain.aerifal.cx> <20140804051012.GA8714@duality.lan> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1407130270 18072 80.91.229.3 (4 Aug 2014 05:31:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 4 Aug 2014 05:31:10 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-5709-gllmg-musl=m.gmane.org@lists.openwall.com Mon Aug 04 07:31:03 2014 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1XEArO-00080W-N0 for gllmg-musl@plane.gmane.org; Mon, 04 Aug 2014 07:31:02 +0200 Original-Received: (qmail 15890 invoked by uid 550); 4 Aug 2014 05:31:02 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 15882 invoked from network); 4 Aug 2014 05:31:01 -0000 Mail-Followup-To: musl@lists.openwall.com Content-Disposition: inline In-Reply-To: <20140804051012.GA8714@duality.lan> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:5704 Archived-At: * Bobby Bingham [2014-08-04 00:10:12 -0500]: > On Thu, Jul 31, 2014 at 05:47:16PM -0400, Rich Felker wrote: > > > > 1. Have a Makefile and a subdirectory full of cross compiler trees. > > The set of archs could be based purely on the set of cross > > compilers, computed by the Makefile based on directory contents. > > > > 2. Have the Makefile clone/pull one musl tree from upstream git and > > then clone/pull an additional copy of the tree per arch/subarch > > (with the set of archs determined as in point 1). > > > > 3. Build each musl (via recursive make, i.e. make calling configure > > and make in each musl clone) and install them into the cross > > compiler include/lib dirs for their corresponding cross compilers. > > > > 4. Do like points 2 and 3, but for libc-test repo. > > > > 5. Use the kernel, initrd, and qemu stuff from the adk-test-framework > > to build initrd images and run them. > > > > Last I looked, libc-test didn't support being built on one system and > run on another. Has this changed? > libc-test builds and runs the tests using make building works with a cross-compiler, but running them does not so one can build on one system and then manually run the tests on another, there is no automated method for this now