Skip to content

Commit 0d43444

Browse files
committed
Update to CBMC 5.50 minimum version (rust-lang#806)
1 parent 4eea798 commit 0d43444

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/src/install-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Kani must currently be built from source.
55
In general, the following dependencies are required. Note: These dependencies may be installed by running the CI scripts shown below and there is no need to install them separately, for their respective OS.
66

77
1. Cargo installed via rustup
8-
2. [CBMC](https://github.com/diffblue/cbmc) (>= 5.48.0)
8+
2. [CBMC](https://github.com/diffblue/cbmc) (>= 5.50.0)
99
3. [CBMC Viewer](https://github.com/awslabs/aws-viewer-for-cbmc) (>= 2.6)
1010

1111
## Installing on Ubuntu 20.04

scripts/kani-regression.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ EXTRA_X_PY_BUILD_ARGS="${EXTRA_X_PY_BUILD_ARGS:-}"
2424
KANI_DIR=$SCRIPT_DIR/..
2525

2626
# Required dependencies
27-
check-cbmc-version.py --major 5 --minor 48
27+
check-cbmc-version.py --major 5 --minor 50
2828
check-cbmc-viewer-version.py --major 2 --minor 5
2929

3030
# Formatting check

scripts/setup/ubuntu/install_cbmc.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
set -eu
66

77
UBUNTU_VERSION=$(lsb_release -rs)
8-
FILE="ubuntu-${UBUNTU_VERSION}-cbmc-5.48.0-Linux.deb"
9-
URL="https://github.com/diffblue/cbmc/releases/download/cbmc-5.48.0/$FILE"
8+
FILE="ubuntu-${UBUNTU_VERSION}-cbmc-5.50.0-Linux.deb"
9+
URL="https://github.com/diffblue/cbmc/releases/download/cbmc-5.50.0/$FILE"
1010

1111
set -x
1212

0 commit comments

Comments
 (0)