Skip to content

Commit

Permalink
Bump CBMC Viewer version to 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zhassan-aws committed May 6, 2022
1 parent 9fd3161 commit 7a1efd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ inputs:
runs:
using: composite
steps:
# This is unfortunate, but cbmc-viewer currently requires Python >= 3.8
- name: Install Python 3.9
uses: actions/setup-python@v2
with:
python-version: '3.9'

- name: Install dependencies
run: ./scripts/setup/${{ inputs.os }}/install_deps.sh
shell: bash
Expand All @@ -23,7 +17,7 @@ runs:
shell: bash

- name: Install cbmc-viewer
run: ./scripts/setup/install_viewer.sh 2.11
run: ./scripts/setup/install_viewer.sh 3.2
shell: bash

- name: Install Rust toolchain
Expand Down
4 changes: 2 additions & 2 deletions docs/src/install-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ cd kani
git submodule update --init
./scripts/setup/ubuntu/install_deps.sh
./scripts/setup/ubuntu/install_cbmc.sh
./scripts/setup/install_viewer.sh 2.11
./scripts/setup/install_viewer.sh 3.2
./scripts/setup/install_rustup.sh
# If you haven't already:
source $HOME/.cargo/env
Expand All @@ -72,7 +72,7 @@ cd kani
git submodule update --init
./scripts/setup/macos-10.15/install_deps.sh
./scripts/setup/macos-10.15/install_cbmc.sh
./scripts/setup/install_viewer.sh 2.11
./scripts/setup/install_viewer.sh 3.2
./scripts/setup/install_rustup.sh
# If you haven't already:
source $HOME/.cargo/env
Expand Down

0 comments on commit 7a1efd8

Please sign in to comment.