From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: Re: Guix & IPFS Date: Tue, 16 Oct 2018 14:18:27 +0200 Message-ID: <20181016121827.77cp2yl4m3dnd322@thebird.nl> References: <87r2grk5dj.fsf@ambrevar.xyz> <87lg6zfr20.fsf@gnu.org> <87lg6zjxwt.fsf@ambrevar.xyz> <871s8rfmoe.fsf@gnu.org> <87a7nfjrml.fsf@ambrevar.xyz> <877eijjot7.fsf@ambrevar.xyz> <878t2ygldq.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60204) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gCOJ1-0006uq-0H for guix-devel@gnu.org; Tue, 16 Oct 2018 08:18:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gCOIv-0002Vr-A5 for guix-devel@gnu.org; Tue, 16 Oct 2018 08:18:34 -0400 Content-Disposition: inline In-Reply-To: <878t2ygldq.fsf@gnu.org> 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: Ludovic =?iso-8859-1?Q?Court=E8s?= Cc: Guix-devel On Tue, Oct 16, 2018 at 01:51:29PM +0200, Ludovic Court=C3=A8s wrote: > That won=E2=80=99t work: there=E2=80=99s not network access in the buil= d environment in > order to maximize reproducibility. IPFS-gx, if I am correct, is just like git for downloading sources. So we could do gx-fetch in the download phase. > So I suppose Method #1 is all we have=E2=80=A6 >=20 > Thoughts? Nix, these days, has a two phase build. In the second phase you get netwo= rk access where you can run network tests. That is kinda interesting. Pj.