Skip to content

Commit 5eb996a

Browse files
committed
fix: run miri with backend-bitmap enabled
Now that the relevant code is no longer unconditionally enabled in cfg(test), explicitly enable the feature for miri Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
1 parent 4757a4a commit 5eb996a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/custom-tests.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
{
2424
"test_name": "miri",
25-
"command": "RUST_BACKTRACE=1 MIRIFLAGS='-Zmiri-disable-isolation -Zmiri-backtrace=full' cargo +nightly miri test --features backend-mmap",
25+
"command": "RUST_BACKTRACE=1 MIRIFLAGS='-Zmiri-disable-isolation -Zmiri-backtrace=full' cargo +nightly miri test --features backend-mmap,backend-bitmap",
2626
"platform": ["x86_64", "aarch64"]
2727
},
2828
{

0 commit comments

Comments
 (0)