Skip to content

Commit

Permalink
Bump CBMC version to 5.56.0 (rust-lang#1137)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhassan-aws committed Apr 29, 2022
1 parent d8f5b04 commit 0aada0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/install-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ In general, the following dependencies are required.
> OS.
1. Cargo installed via [rustup](https://rustup.rs/)
2. [CBMC](https://github.com/diffblue/cbmc) (>= 5.55.0)
2. [CBMC](https://github.com/diffblue/cbmc) (>= 5.56.0)
3. [CBMC Viewer](https://github.com/awslabs/aws-viewer-for-cbmc) (>= 2.10)

Kani has been tested in [Ubuntu](#install-dependencies-on-ubuntu) and [macOS](##install-dependencies-on-macos) platforms.
Expand Down
2 changes: 1 addition & 1 deletion scripts/kani-regression.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ KANI_DIR=$SCRIPT_DIR/..
export KANI_FAIL_ON_UNEXPECTED_DESCRIPTION="true"

# Required dependencies
check-cbmc-version.py --major 5 --minor 55
check-cbmc-version.py --major 5 --minor 56
check-cbmc-viewer-version.py --major 2 --minor 10

# Formatting check
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup/ubuntu/install_cbmc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
set -eu

UBUNTU_VERSION=$(lsb_release -rs)
CBMC_VERSION=5.55.0
CBMC_VERSION=5.56.0
FILE="ubuntu-${UBUNTU_VERSION}-cbmc-${CBMC_VERSION}-Linux.deb"
URL="https://github.com/diffblue/cbmc/releases/download/cbmc-${CBMC_VERSION}/$FILE"

Expand Down

0 comments on commit 0aada0c

Please sign in to comment.