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