We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff9c5cf commit 1e8ffd9Copy full SHA for 1e8ffd9
1 file changed
tests/run-make/reproducible-build/rmake.rs
@@ -199,10 +199,6 @@ fn diff_dir_test(crate_type: CrateType, remap_type: RemapType) {
199
.arg(format!("--remap-path-prefix={}=/b", base_dir.join("test").display()));
200
}
201
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
206
// FIXME(#129117): Windows rlib + `-Cdebuginfo=2` + `-Z remap-cwd-prefix=.` seems
207
// to be unreproducible.
208
if !is_windows() {
0 commit comments