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
1. Add CI test for --use-local-toolchain 2. Match that local toolchain is the same as the one Kani builds against.
3. Use clap derive to cleanup the app setup.
4. Remove dependency on rustup entirely by fetching the necessary tarball.
The text was updated successfully, but these errors were encountered:
Adds a CI test for --use-local-toolchain.
This test will run after every push to main.
Additional cleanup to the setup as mentioned in #3060 in next PR's. (In
interest of keeping changes small & focused).
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.
1. Add CI test for--use-local-toolchain
2. Match that localtoolchain
is the same as the one Kani builds against.3. Use clap derive to cleanup the app setup.
4. Remove dependency on rustup entirely by fetching the necessary tarball.
The text was updated successfully, but these errors were encountered: