Skip to content

Commit

Permalink
chore: Attempt to make reproducible builds
Browse files Browse the repository at this point in the history
Rustc still does not have complete support for fully reproducible builds
(rust-lang/rust#75362). Attempt to narrow the
gap by following the advice from
(rust-lang/rust#102299) and overwrite all
panic paths with a different, consistent value.

Changes:

* Use --remap-path-prefixes to make paths consistent.
* Set build path to /tmp/build-yhm.
* Include Cargo.lock files to compile the same dependencies.
  • Loading branch information
Leander Beernaert committed May 22, 2023
1 parent b42b5fd commit b145e5f
Show file tree
Hide file tree
Showing 4 changed files with 2,728 additions and 4 deletions.
Loading

0 comments on commit b145e5f

Please sign in to comment.