Commit d22e819
committed
fix: drop -Zpanic-on-unsupported from miri invocation
The flag was removed in
rust-lang/miri#3952.
This flag was mostly useful when running miri on a codebase for the
first time, in combination with --no-fail-fast, to quickyl determine
which tests could actually be ran under miri (as without this option,
miri would abort the entire runtime on the first unknown FFI call,
ignoring --no-fail-fast, so one could only determine these tests one at
a time). However, for continuous integration, it didn't actually have
any value, so we're not loosing anything by removing it.
(cherry picked from commit e3db410)
Signed-off-by: Patrick Roy <[email protected]>
Signed-off-by: Babis Chalios <[email protected]>1 parent eab1796 commit d22e819
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments