From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: gnu: Add Go build system. Date: Thu, 15 Dec 2016 23:49:45 -0500 Message-ID: <20161216044945.GA4016@jasmine> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41667) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cHkSv-0001Me-IG for guix-devel@gnu.org; Thu, 15 Dec 2016 23:49:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cHkSq-0006lm-KK for guix-devel@gnu.org; Thu, 15 Dec 2016 23:49:53 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:50284) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cHkSq-0006lT-FS for guix-devel@gnu.org; Thu, 15 Dec 2016 23:49:48 -0500 Content-Disposition: inline In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Petter Cc: guix-devel@gnu.org On Sun, Dec 11, 2016 at 01:17:48AM +0100, Petter wrote: > From 4c0597a95ae3cd111ef12d675edf501c559458ba Mon Sep 17 00:00:00 2001 > From: Petter > Date: Sun, 11 Dec 2016 01:10:09 +0100 > Subject: [PATCH] gnu: Add Go build system. > > * guix/build-system/go.scm: New file > * guix/build/go-build-system.scm: New file. Another question: does this build system try to run tests? In my own Syncthing packaging I used `go run build.go test`, but I noticed that your Syncthing package built with this build system doesn't seem to run the tests.