From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55462) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g4pYN-0004Uw-V6 for guix-patches@gnu.org; Tue, 25 Sep 2018 11:47:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g4pJj-0006or-Qs for guix-patches@gnu.org; Tue, 25 Sep 2018 11:32:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49672) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g4pJj-0006oi-MF for guix-patches@gnu.org; Tue, 25 Sep 2018 11:32:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1g4pJh-0003B1-K7 for guix-patches@gnu.org; Tue, 25 Sep 2018 11:32:03 -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> <87y3bqsn2q.fsf@gnu.org> <20180925100149.0e481122@scratchpost.org> Date: Tue, 25 Sep 2018 17:31:11 +0200 In-Reply-To: <20180925100149.0e481122@scratchpost.org> (Danny Milosavljevic's message of "Tue, 25 Sep 2018 10:01:49 +0200") Message-ID: <87h8id4mrk.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 Hello, Danny Milosavljevic skribis: > On Mon, 24 Sep 2018 21:38:21 +0200 > ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > >> Danny Milosavljevic skribis: >>=20 >> > 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.=20=20 >>=20 >> Do I get it right that mrustc is capable enough to build Rust 1.19, and >> from there on we have the full chain? > > Yes (except for MIPS, where mrustc doesn't have the target settings in > upstreeam - but I do, but untested). Woohoo! Impressive. >> 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. > > Sure. Should I just E-Mail the text or how do I get it into the blog? You can send a .md file or a patch against guix-artwork.git (under website/posts) to guix-blog@gnu.org for feedback (though currently it=E2=80= =99s just Jelle, Ricardo, and myself IIRC.) And then you can push to guix-artwork.git and I can do the CVS dance to put it on-line. >> 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. > > Okay. I've pushed them to wip-rust. How do we make hydra and berlin bui= ld it? If I didn=E2=80=99t make any mistake it should show up at: https://hydra.gnu.org/jobset/gnu/wip-rust https://berlin.guixsd.org/jobset/wip-rust Thanks for all the work! Ludo=E2=80=99.