You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments