From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christian Ohler Newsgroups: gmane.emacs.devel Subject: Emacs Continuous Build on Hydra Date: Sun, 01 May 2011 08:06:33 -0400 Message-ID: <4DBD4CC9.9000907@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1304267974 27113 80.91.229.12 (1 May 2011 16:39:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 1 May 2011 16:39:34 +0000 (UTC) To: emacs-devel Mailinglist Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 01 18:39:30 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QGZg4-0006Kw-5N for ged-emacs-devel@m.gmane.org; Sun, 01 May 2011 18:39:24 +0200 Original-Received: from localhost ([::1]:40188 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGZg3-0003MH-NV for ged-emacs-devel@m.gmane.org; Sun, 01 May 2011 12:39:23 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:34821) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGVQ3-0005jT-WB for emacs-devel@gnu.org; Sun, 01 May 2011 08:06:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QGVQ3-0007tV-3U for emacs-devel@gnu.org; Sun, 01 May 2011 08:06:35 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:39361) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGVQ3-0007tR-0B for emacs-devel@gnu.org; Sun, 01 May 2011 08:06:35 -0400 Original-Received: from [72.14.228.1] (port=58097 helo=ohler-macbookpro-2.local) by fencepost.gnu.org with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1QGVQ2-00013F-R3 for emacs-devel@gnu.org; Sun, 01 May 2011 08:06:34 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-Mailman-Approved-At: Sun, 01 May 2011 12:39:21 -0400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:138941 Archived-At: Rob Vermaas and Ludovic Courtès took the initiative to set up a continuous build for Emacs trunk on Hydra at http://hydra.nixos.org/jobset/gnu/emacs-trunk . It builds (and runs ERT tests) on these platforms: i686-cygwin i686-darwin i686-freebsd i686-linux x86_64-darwin x86_64-linux The first three of these are currently reported as broken; I presume this is not because Emacs is actually broken on these platforms, but because Emacs' build recipe on Hydra needs further tweaking. I will look into this later next week (unless someone beats me to it). More details are in this thread: http://lists.gnu.org/archive/html/hydra-users/2011-04/msg00001.html For a list of other GNU packages that have a continuous build on Hydra, see http://hydra.nixos.org/project/gnu . Christian.