From owner-freebsd-testing@FreeBSD.ORG Fri Mar 20 02:15:51 2015 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 341A5423 for ; Fri, 20 Mar 2015 02:15:51 +0000 (UTC) Received: from mail-la0-x232.google.com (mail-la0-x232.google.com [IPv6:2a00:1450:4010:c03::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A284CD74 for ; Fri, 20 Mar 2015 02:15:50 +0000 (UTC) Received: by labe2 with SMTP id e2so1483675lab.3 for ; Thu, 19 Mar 2015 19:15:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=53fj+BFRJxD6t5bvQvy/vUPDLWJ8ISERYe91LI/VLGM=; b=FBwQB7QislTxmfNxAZzIZIsa/tSSg4kQDKvSEqiEB6R0VQE6gVSF4K8cgwi9QsWLf0 nTamVlv9tBrpcCORIZqE9IveB2RQjEeVzA8Xi0/YHV6ptvwCUapUJgFdKTTrM3JzPE8r s9180kBpUDmUi2JFZKM98FlZvzDUYAeQm/OJszmxyCwbn0xZKNsRyvozAbjPHFIFrf/3 dbtXE7e7f0S2MER61IQQ8ezBMSKCs8JkeF65uPnpx2D+MuYHQsRmUyePaLYf5+cdW/7c IxT0VK379k3hpRTLByCd68x0IK9KocHMoz+ushJyQprwPDAZRcXuoY6zaMZY3T7k7/Qr PkGA== MIME-Version: 1.0 X-Received: by 10.112.204.197 with SMTP id la5mr70325857lbc.29.1426817748653; Thu, 19 Mar 2015 19:15:48 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.82.164 with HTTP; Thu, 19 Mar 2015 19:15:48 -0700 (PDT) Received: by 10.112.82.164 with HTTP; Thu, 19 Mar 2015 19:15:48 -0700 (PDT) In-Reply-To: References: Date: Thu, 19 Mar 2015 19:15:48 -0700 X-Google-Sender-Auth: 8yOC-mbkpq-3l3hzt0LZK_3hNfQ Message-ID: Subject: Re: Jenkins builds for non X86 From: Craig Rodrigues To: "George V. Neville-Neil" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: freebsd-testing@freebsd.org X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Mar 2015 02:15:51 -0000 On Mar 19, 2015 6:23 PM, "George Neville-Neil" wrote: > > On 20 Mar 2015, at 10:22, Craig Rodrigues wrote: > > > On Thu, Mar 19, 2015 at 6:14 PM, George Neville-Neil < gnn@neville-neil.com> > > wrote: > > > >> On 20 Mar 2015, at 5:53, Craig Rodrigues wrote: > >> > >> On Thu, Mar 19, 2015 at 1:42 AM, George Neville-Neil < > >>> gnn@neville-neil.com> > >>> wrote: > >>> > >>>> > >>>> > >>>> Remind me, do the Jenkins builds try to build non-X86 stuff? ARM? > >>>> > >>> > >>> > >>> At http://jenkins.freebsd.org we currently have: > >>> > >>> FreeBSD_HEAD_sparc64 -> builds sparc64 with existing gcc in base > >>> > >>> FreeBSD_HEAD_mip32_be > >>> FreeBSD_HEAD_mips32_le > >>> FreeBSD_HEAD_mips64_be > >>> FreeBSD_HEAD_mips64_le > >>> -> builds various mips > >>> targets with existing gcc in base. > >>> These are not running > >>> every day. > >>> > >>> Nothing for ARM yet. > >>> > >>> > >>> I set up this build: > >>> FreeBSD_HEAD_external_toolchain_gcc > >>> > >>> but it is failing due to a bug in the FreeBSD Makefiles with respect to > >>> setting --sysroot > >>> https://lists.freebsd.org/pipermail/freebsd-toolchain/ > >>> 2015-March/001458.html > >>> > >>> Is that something you can help with? > >>> > >>> Proper external toolchain support will be helpful for ARM, ARM64, etc. > >>> > >>> > >> Warner (imp@) is working on this. Do the MIPS builds use QEMU? If so, > >> then why > >> not do ARM the same way for now? > >> > >> > > > > No, we don't build mips inside QEMU. QEMU is very slow. > > Do you know when Warner will fix the --sysroot stuff with external > > toolchain? > > I sent an e-mail to freebsd-toolchain@ but got no response. > Email him directly. > > If you do not use QEMU what do you use? I follow these instructions: https://wiki.freebsd.org/FreeBSD/MipsEmulation -- Craig