Skip to content

Commit 1e8ffd9

Browse files
Removed comment on reproducibility issue #89911
Removed comment about reproducibility failures with crate type `bin` and `-Cdebuginfo=2` on non windows machines issue #89911
1 parent ff9c5cf commit 1e8ffd9

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • tests/run-make/reproducible-build

tests/run-make/reproducible-build/rmake.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,6 @@ fn diff_dir_test(crate_type: CrateType, remap_type: RemapType) {
199199
.arg(format!("--remap-path-prefix={}=/b", base_dir.join("test").display()));
200200
}
201201
RemapType::Cwd { is_empty } => {
202-
// FIXME(Oneirical): Building with crate type set to `bin` AND having -Cdebuginfo=2
203-
// (or `-g`, the shorthand form) enabled will cause reproducibility failures
204-
// for multiple platforms.
205-
// See https://github.com/rust-lang/rust/issues/89911
206202
// FIXME(#129117): Windows rlib + `-Cdebuginfo=2` + `-Z remap-cwd-prefix=.` seems
207203
// to be unreproducible.
208204
if !is_windows() {

0 commit comments

Comments
 (0)