From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: Testing isolated builds Date: Wed, 20 Sep 2017 14:18:01 +0200 Message-ID: <20170920121801.GA4332@thebird.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43484) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dufDZ-0004WC-8u for guix-devel@gnu.org; Wed, 20 Sep 2017 09:39:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dufDV-0002wx-HX for guix-devel@gnu.org; Wed, 20 Sep 2017 09:39:09 -0400 Received: from mail.thebird.nl ([95.154.246.10]:58649) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dufDV-0002vn-BD for guix-devel@gnu.org; Wed, 20 Sep 2017 09:39:05 -0400 Content-Disposition: inline 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: guix-devel I am facing some issues try to upgrade Elixir. The problem is that the build fails on tests, but when I build by hand inside /tmp/guix-build-elixir-1.5.1.drv-0/ the build passes. Is there an easy way to create a similarly restricted environment when doing a build outside Guix? I.e., no $HOME, no /tmp access, no network? Any hints on an approach? Pj.