Skip to content

Commit 0d96078

Browse files
committed
chore: Attempt to make reproducible builds
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.
1 parent b42b5fd commit 0d96078

File tree

5 files changed

+2728
-5
lines changed

5 files changed

+2728
-5
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
/target
2-
/Cargo.lock
32
.idea

0 commit comments

Comments
 (0)