Hacker News new | ask | show | jobs
Rust-lang finally considers privacy/repoducibility in compiled binaries (github.com)
8 points by transportheap 1020 days ago
1 comments

The title is editorialised. Path sanitisation has been a consideration for a long time, but the work on it has been slow. It touches many places in the stack, from macros to the build system with workspaces and external registries. On top of that it complicates already fragile debug info.
And even beyond this specific bug, the Rust project has cared about reproducibility for a long time. There’s even a tag for it on the issue tracker.
Making it primarily a privacy/reproducibility issue is stretching it. It's not a rocket science to build in a docker/vm/nix and get similar results.