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 25880f5 commit 04a7307Copy full SHA for 04a7307
.github/workflows/_build-rust.yml
@@ -102,8 +102,7 @@ jobs:
102
run: |
103
rustup component add miri
104
# Run with stack-borrow model
105
- # XXX Temporarily, just for multiboot2 crate.
106
- cargo miri test -p multiboot2
+ cargo miri test
107
# Run with tree-borrow model
108
109
- MIRIFLAGS=-Zmiri-tree-borrows cargo +nightly miri test -p multiboot2
+ # TODO currently doesn't work with the ELF section parsing code
+ # MIRIFLAGS="-Zmiri-tree-borrows" cargo +nightly miri test
0 commit comments