From owner-freebsd-testing@FreeBSD.ORG Thu Mar 19 20:53:41 2015 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 80BDD81E for ; Thu, 19 Mar 2015 20:53:41 +0000 (UTC) Received: from mail-lb0-x232.google.com (mail-lb0-x232.google.com [IPv6:2a00:1450:4010:c04::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 F32487CF for ; Thu, 19 Mar 2015 20:53:40 +0000 (UTC) Received: by lbblx11 with SMTP id lx11so39696063lbb.3 for ; Thu, 19 Mar 2015 13:53:38 -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=GnzESSr+0Nexv8W2xMsh/H5te8CC+tEzzpivZkyJtsk=; b=p/vLtTbM+YiaURDMazggWVdiah5O9xgqElHmuzuCbkixxUoE3Lc/QjouGSocbL77Be B4de8E6Q5hMP4IYbxFc5wcOsS8IgjPXk95Su+bhNcfOQLmj+VpqIJkaF2UhIXl3ltyGG wzXi1a9OGwehkXFD1BQKlCGqxuXD4wqb7tO9VjVyt7zeMiL/i8xP5No4CZyaxbhKDN5c p9+R9xAOUFcivT8+8ROkWjXnOZBKiTHSZut3vrW07tykwHc4D3gtcKrkMZKadWD9DDM+ sVrPcWZ+KXBPhwQcIw/meEZEWHe8QImXNw+1uuXZqChD0rjZ7JXtFBBNjzgkKIhsNP7Y m4DA== MIME-Version: 1.0 X-Received: by 10.112.146.70 with SMTP id ta6mr47907881lbb.59.1426798418537; Thu, 19 Mar 2015 13:53:38 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.82.164 with HTTP; Thu, 19 Mar 2015 13:53:38 -0700 (PDT) In-Reply-To: References: Date: Thu, 19 Mar 2015 13:53:38 -0700 X-Google-Sender-Auth: XwqWhmL0McYFubUL3n7s_nvpLYg Message-ID: Subject: Re: Jenkins builds for non X86 From: Craig Rodrigues To: George 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: Thu, 19 Mar 2015 20:53:41 -0000 On Thu, Mar 19, 2015 at 1:42 AM, George Neville-Neil 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. -- Craig