Skip to content

Commit 6386eed

Browse files
zhassan-awstedinski
authored andcommitted
Upgrade minimum CBMC version to 5.48.0 (rust-lang#732)
* Upgraded minimum CBMC version to 5.48.0 * Enable vtable restrictions test
1 parent 68dd64f commit 6386eed

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

rmc-docs/src/install-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RMC must currently be built from source.
55
In general, the following dependencies are required:
66

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

1111
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.

scripts/rmc-regression.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ EXTRA_X_PY_BUILD_ARGS="${EXTRA_X_PY_BUILD_ARGS:-}"
1414
RMC_DIR=$SCRIPT_DIR/..
1515

1616
# Required dependencies
17-
check-cbmc-version.py --major 5 --minor 43
17+
check-cbmc-version.py --major 5 --minor 48
1818
check-cbmc-viewer-version.py --major 2 --minor 5
1919

2020
# 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.43.0-Linux.deb"
9-
URL="https://github.com/diffblue/cbmc/releases/download/cbmc-5.43.0/$FILE"
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"
1010

1111
set -x
1212

0 commit comments

Comments
 (0)