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 99e2fe4 commit f7805adCopy full SHA for f7805ad
.buildkite/custom-tests.json
@@ -12,7 +12,7 @@
12
},
13
{
14
"test_name": "miri",
15
- "command": "RUST_BACKTRACE=1 MIRIFLAGS='-Zmiri-disable-isolation -Zmiri-panic-on-unsupported -Zmiri-backtrace=full' cargo +nightly miri test --features backend-mmap",
+ "command": "rustup component add rust-src --toolchain nightly && RUST_BACKTRACE=1 MIRIFLAGS='-Zmiri-disable-isolation -Zmiri-panic-on-unsupported -Zmiri-backtrace=full' cargo +nightly miri test --features backend-mmap",
16
"platform": ["x86_64", "aarch64"]
17
}
18
]
0 commit comments