-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Open
Labels
A-crossArea: Cross compilationArea: Cross compilationA-sanitizersArea: Sanitizers for correctness and code qualityArea: Sanitizers for correctness and code qualityC-bugCategory: This is a bug.Category: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Description
$ ./x.py test --bless tests/mir-opt/
..
Building stage1 library artifacts (x86_64-unknown-linux-gnu -> i686-pc-windows-msvc)
Finished `release` profile [optimized] target(s) in 0.04s
thread 'main' panicked at src/bootstrap/src/core/build_steps/test.rs:2039:47:
no entry found for key
Bootstrap configuration (bootstrap.toml)
build.sanitizers = true
It is possible to work around the issue with following bootstrap configuration:
build.sanitizers = true
target.i686-pc-windows-msvc.sanitizers = false
HEAD
Metadata
Metadata
Assignees
Labels
A-crossArea: Cross compilationArea: Cross compilationA-sanitizersArea: Sanitizers for correctness and code qualityArea: Sanitizers for correctness and code qualityC-bugCategory: This is a bug.Category: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)