Skip to content

Commit c762aa6

Browse files
committed
bootstrap: add a FIXME for failing assertion on windows
1 parent e5c027d commit c762aa6

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)