You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix miri.bat not bailing early on error
There is a logical error in the batch script that I did not think about. Currently, if the build step for miri-script fails, it will continue on and attempt to execute the next line. This will either lead to a file not found error, or running an old miri-script.
With this, it will bail upon erroring in the build step.
jaisnan
pushed a commit
to jaisnan/rust-dev
that referenced
this issue
Jul 29, 2024
core::run will block a thread while waiting on a subprocess. we need a solution that integrates with the rust scheduler to avoid blocking.
The text was updated successfully, but these errors were encountered: