Bootstrappable Release Build of Rust Application

2024-04-17 Thread Antoine Poinsot
Good morning all, I've been working on using Guix for the reproducible builds of my Rust software. My main question is about linking my program against an older glibc version (or better yet, statically linking it against musl). But first let me give a bit of context. We are developing a Rust s

Re: Bootstrappable Release Build of Rust Application

2024-04-18 Thread Antoine Poinsot
-toolchain-2.31))) ``` On Wednesday, April 17th, 2024 at 5:17 PM, Philip McGrath wrote: > Hi, > > On Wed, Apr 17, 2024, at 6:28 AM, Antoine Poinsot wrote: > > > Good morning all, > > > > I've been working on using Guix for the reproducible builds of my Rust &g