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 9602f71 commit 1460be1Copy full SHA for 1460be1
compiler/base/orchestrator/src/coordinator.rs
@@ -3985,7 +3985,9 @@ mod tests {
3985
#[tokio::test]
3986
#[snafu::report]
3987
async fn miri() -> Result<()> {
3988
- let coordinator = new_coordinator();
+ // We set the `MIRI_SYSROOT` variable to something that's only
3989
+ // valid on Linux.
3990
+ let coordinator = new_coordinator_docker();
3991
3992
let req = MiriRequest {
3993
code: r#"
@@ -4013,7 +4015,7 @@ mod tests {
4013
4015
4014
4016
4017
async fn miri_tests() -> Result<()> {
4018
4019
4020
4021
tests: true,
0 commit comments