From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: 1.1.0rc1 available for test! Date: Sun, 12 Apr 2020 00:26:19 +0200 Message-ID: <87sgh9r75g.fsf@gnu.org> References: <87369c1ixm.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:470:142:3::10]:57016) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jNOZz-0002w3-61 for guix-devel@gnu.org; Sat, 11 Apr 2020 18:26:24 -0400 In-Reply-To: (Vincent Legoll's message of "Sat, 11 Apr 2020 12:51:35 +0200") 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-mx.org@gnu.org Sender: "Guix-devel" To: Vincent Legoll Cc: guix-devel Hi Vincent, Vincent Legoll skribis: > I tested the 1.1.0rc1 binary with the following commands: > > 1) guix search hello > 2) guix show hello > 3) guix build hello > 4) guix gc -D /gnu/store/*hello* > 5) guix build --no-substitutes hello > 6) guix gc > > On the following foreign distros: > > i686 void 20191109 (glibc) (qemu / kvm) (*) > x86-64 debian 9 stretch 20200210-166 (qemu / kvm) > x86-64 debian 10 buster 20200410-227 (qemu / kvm) > armhf armbian 20.02.1 bionic (kernel 5.4.20) (orangepi+2e) > aarch64 armbian 5.95 stretch (kernel 4.9.190) (odroid n2) (*) Woow, thanks a lot! Did you use =E2=80=98guix-install.sh=E2=80=99 (modified) or did you install= it manually? > (*) those tried to rebuild a lot of things locally at step 5, > so I stopped them. Maybe an operator error... Could be that substitutes were missing. > I'm still working on automating those tests though... Heh, we=E2=80=99ll have them for 1.2. ;-) Thank you! Ludo=E2=80=99.