Re: Bootstrappable Release Build of Rust Application

2024-04-18 Thread Antoine Poinsot
Thanks for sharing. Unfortunately the very same `make-gcc-toolchain` keeps failing to compile for me, even with the same gcc and glibc versions as you: ``` In file included from ../include/pthread.h:1,

Re: Bootstrappable Release Build of Rust Application

2024-04-17 Thread Philip McGrath
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 > software. My main question is about linking my program against an older > glibc version (or better yet, statically linking it against musl