Skip to content

Commit d061bee

Browse files
authored
Bump CBMC Viewer version to 3.2 (model-checking#1177)
1 parent 9fd3161 commit d061bee

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ inputs:
88
runs:
99
using: composite
1010
steps:
11-
# This is unfortunate, but cbmc-viewer currently requires Python >= 3.8
12-
- name: Install Python 3.9
13-
uses: actions/setup-python@v2
14-
with:
15-
python-version: '3.9'
16-
1711
- name: Install dependencies
1812
run: ./scripts/setup/${{ inputs.os }}/install_deps.sh
1913
shell: bash
@@ -23,7 +17,7 @@ runs:
2317
shell: bash
2418

2519
- name: Install cbmc-viewer
26-
run: ./scripts/setup/install_viewer.sh 2.11
20+
run: ./scripts/setup/install_viewer.sh 3.2
2721
shell: bash
2822

2923
- name: Install Rust toolchain

docs/src/install-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ cd kani
5555
git submodule update --init
5656
./scripts/setup/ubuntu/install_deps.sh
5757
./scripts/setup/ubuntu/install_cbmc.sh
58-
./scripts/setup/install_viewer.sh 2.11
58+
./scripts/setup/install_viewer.sh 3.2
5959
./scripts/setup/install_rustup.sh
6060
# If you haven't already:
6161
source $HOME/.cargo/env
@@ -72,7 +72,7 @@ cd kani
7272
git submodule update --init
7373
./scripts/setup/macos-10.15/install_deps.sh
7474
./scripts/setup/macos-10.15/install_cbmc.sh
75-
./scripts/setup/install_viewer.sh 2.11
75+
./scripts/setup/install_viewer.sh 3.2
7676
./scripts/setup/install_rustup.sh
7777
# If you haven't already:
7878
source $HOME/.cargo/env

0 commit comments

Comments
 (0)