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-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

Re: Replication question

2024-04-17 Thread pelzflorian (Florian Pelz)
Hello Richard; yours is a good answer. Let me add: Richard Sent writes: > 1. Guix time-machine. e.g. > guix time-machine --commit=XXX -- package -m manifest.scm > > a. This will create a profile containing the exact packages at that > moment in time, including A@old. > > b. All pa