Skip to content

Commit 8af5c0a

Browse files
committed
bootstrap: add a FIXME for failing assertion on windows
1 parent b2becef commit 8af5c0a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/bootstrap/src/core/config/tests.rs

+3
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ fn detect_src_and_out() {
6666

6767
// test if build-dir was manually given in config.toml
6868
if let Some(custom_build_dir) = build_dir {
69+
// FIXME(#129188): this assertion fails on native Windows because if the rust checkout
70+
// and build directory is on `E:\\` not `C:\\`, then it fails with e.g. `E:\\tmp !=
71+
// C:\\tmp`.
6972
assert_eq!(&cfg.out, Path::new(custom_build_dir));
7073
}
7174
// test the native bootstrap way

0 commit comments

Comments
 (0)