-
Notifications
You must be signed in to change notification settings - Fork 1
Integrate MIRI into cargo make and ci #26
Comments
tl;dr it seems as the Didn't manage to do more for this, sorry for that! %) |
Sorry, should have made that clear in the issue: |
Current status regarding workspaces: rust-lang/miri#1001 I have a simple change for this in my git stash and watch the issue, so I can do this as soon as this is fixed :) |
Miri does not seem to be available for current nightly versions. Seems like we have to wait a little longer |
Hmm.... I'm afraid that this will make it way harder to bump nightly when using MIRI in the future. Let me find out later today if this can be easily packaged in Arch and Nix so we can use it locally and in the CI. |
If it does not even build with recent nightly versions: https://rust-lang-nursery.github.io/rust-toolstate/ |
currently non of our binary targets work with miri, since they use instructions not supported by miri. |
That is unfortunate. We could however make tests that only test the parts that are supported by miri, as described here:
|
No description provided.
The text was updated successfully, but these errors were encountered: