Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add miri builder #218

Merged
merged 1 commit into from
Feb 9, 2022
Merged

Add miri builder #218

merged 1 commit into from
Feb 9, 2022

Commits on Feb 8, 2022

  1. Add miri builder

    This adds a builder to run `cargo miri` in order to check for certain
    classes of undefined behavior.
    
    One thing to note is that we've had to parameterize a number of tests to
    use a smaller cycle count under miri. This is because miri's stacked
    borrows checker is superlinear:
    
    rust-lang/miri#1367
    
    This can cause the miri builder to run out of memory. To avoid this, we
    reduce the cycle counts for a few tests that are particularly expensive
    when we're running inside miri.
    erickt committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    4dd6619 View commit details
    Browse the repository at this point in the history