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
cargo kani setup fails to download the bundle for the aarch64-unknown-linux-gnu platform.
[0/5] Running Kani first-time setup...
[1/5] Ensuring the existence of: /home/accorell/.kani/kani-0.40.0
[2/5] Downloading Kani release bundle: kani-0.40.0-aarch64-unknown-linux-gnu.tar.gz
Error: Kani does not support this platform (Rust target aarch64-unknown-linux-gnu)
with Kani version: 0.40.0
The problem is that the setup program contains a platform check that which hasn't been updated.
The text was updated successfully, but these errors were encountered:
Fixes setup for the `aarch64-unknown-linux-gnu` platform by adding its
target triple to the list of supported targets in the setup program.
Resolves#2863
cargo kani setup
fails to download the bundle for theaarch64-unknown-linux-gnu
platform.with Kani version: 0.40.0
The problem is that the setup program contains a platform check that which hasn't been updated.
The text was updated successfully, but these errors were encountered: