Skip to content

Commit 669c135

Browse files
authored
Bump to CBMC 5.60 (rust-lang#1305)
* Bump to CBMC 5.60 * bump the requires check too
1 parent 649d780 commit 669c135

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/src/build-from-source.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ In general, the following dependencies are required to build Kani from source.
1111
> below and don't need to be manually installed.
1212
1313
1. Cargo installed via [rustup](https://rustup.rs/)
14-
2. [CBMC](https://github.com/diffblue/cbmc) (>= 5.59.0)
15-
3. [CBMC Viewer](https://github.com/awslabs/aws-viewer-for-cbmc) (>= 3.2)
14+
2. [CBMC](https://github.com/diffblue/cbmc) (latest release)
15+
3. [CBMC Viewer](https://github.com/awslabs/aws-viewer-for-cbmc) (latest release)
1616

1717
Kani has been tested in [Ubuntu](#install-dependencies-on-ubuntu) and [macOS](##install-dependencies-on-macos) platforms.
1818

scripts/kani-regression.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ KANI_DIR=$SCRIPT_DIR/..
1919
export KANI_FAIL_ON_UNEXPECTED_DESCRIPTION="true"
2020

2121
# Required dependencies
22-
check-cbmc-version.py --major 5 --minor 59
22+
check-cbmc-version.py --major 5 --minor 60
2323
check-cbmc-viewer-version.py --major 3 --minor 5
2424

2525
# Formatting check

scripts/setup/ubuntu/install_cbmc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
set -eu
66

77
UBUNTU_VERSION=$(lsb_release -rs)
8-
CBMC_VERSION=5.59.0
8+
CBMC_VERSION=5.60.0
99
FILE="ubuntu-${UBUNTU_VERSION}-cbmc-${CBMC_VERSION}-Linux.deb"
1010
URL="https://github.com/diffblue/cbmc/releases/download/cbmc-${CBMC_VERSION}/$FILE"
1111

0 commit comments

Comments
 (0)