Skip to content

Commit 033ed59

Browse files
committed
Install kani into container
Install kani in the container to be able to run proofs. Signed-off-by: Matias Ezequiel Vara Larsen <[email protected]>
1 parent 8a7b5ba commit 033ed59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build_container.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,6 @@ if [ "$ARCH" == "riscv64" ]; then
151151
# Setup network
152152
echo $'auto lo\niface lo inet loopback\n\nauto eth0\niface eth0 inet dhcp\n' > /etc/network/interfaces
153153
fi
154+
155+
cargo install --locked kani-verifier
156+
cargo kani setup

0 commit comments

Comments
 (0)