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
As part of
#542, we
noticed that the `Dockerfile` does not install Rust, and we need it for
integration tests run there. This PR makes sure `rustc` and `cargo` are
available to run in the docker image for CI:
- The `rustup` install step is moved to inside the docker image.
- The steps for building KMir in the tests "Integration with
stable-mir-json" are all moved to being in the docker image.
---------
Co-authored-by: devops <devops@runtimeverification.com>
0 commit comments