Skip to content

Commit f7805ad

Browse files
committed
temporary commit
Signed-off-by: Patrick Roy <[email protected]>
1 parent 99e2fe4 commit f7805ad

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
@@ -12,7 +12,7 @@
1212
},
1313
{
1414
"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",
15+
"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",
1616
"platform": ["x86_64", "aarch64"]
1717
}
1818
]

0 commit comments

Comments
 (0)