From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40309) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g4WhJ-0005L1-EC for guix-patches@gnu.org; Mon, 24 Sep 2018 15:39:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g4WhD-0001EW-3C for guix-patches@gnu.org; Mon, 24 Sep 2018 15:39:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48120) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g4WhC-0001Ci-BQ for guix-patches@gnu.org; Mon, 24 Sep 2018 15:39:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1g4WhB-00068f-Tz for guix-patches@gnu.org; Mon, 24 Sep 2018 15:39:01 -0400 Subject: [bug#32822] [PATCH 0/4] Finish rust bootstrapping. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180924144747.22338-1-dannym@scratchpost.org> Date: Mon, 24 Sep 2018 21:38:21 +0200 In-Reply-To: <20180924144747.22338-1-dannym@scratchpost.org> (Danny Milosavljevic's message of "Mon, 24 Sep 2018 16:47:47 +0200") Message-ID: <87y3bqsn2q.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Danny Milosavljevic Cc: 32822@debbugs.gnu.org Hi Danny, Danny Milosavljevic skribis: > Danny Milosavljevic (4): > gnu: rust: Hide "ar" entry from rust@1.21.0. > gnu: rust@1.23.0: Bootstrap by rust@1.22.0. > gnu: rust@1.23.0: Use rust-bootstrapped-package. > gnu: rust: Remove binary bootstrapper. Do I get it right that mrustc is capable enough to build Rust 1.19, and from there on we have the full chain? That sounds really exciting! And worth a blog post :-), if only to share with those who care about building from source: #bootstrappable, Debian, and other reproducible build people. FWIW the patches LGTM. I suppose you could push them to wip-rust, then we let hydra and berlin build it, and once it=E2=80=99s built (could be 36h later?) we merge into master. WDYT? Thank you! Ludo=E2=80=99.