Skip to content

Commit

Permalink
Merge branch 'main' into cbmc-6
Browse files Browse the repository at this point in the history
  • Loading branch information
tautschnig committed Jul 24, 2024
2 parents fd78563 + 5a5044a commit bdb80ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions kani-dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CBMC_VERSION="6.1.0"

# If you update this version number, remember to bump it in `src/setup.rs` too
CBMC_VIEWER_MAJOR="3"
CBMC_VIEWER_MINOR="8"
CBMC_VIEWER_VERSION="3.8"
CBMC_VIEWER_MINOR="9"
CBMC_VIEWER_VERSION="3.9"

KISSAT_VERSION="3.1.1"
4 changes: 2 additions & 2 deletions scripts/setup/macos/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

set -eux

# Github promises weekly build image updates, so we can skip the update step and
# Github promises weekly build image updates, so we could skip the update step and
# worst case we should only be 1-2 weeks behind upstream brew.
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-software
#brew update
brew update

# Install Python separately to workround recurring homebrew CI issue.
# See https://github.com/actions/runner-images/issues/9471 for more details.
Expand Down
2 changes: 1 addition & 1 deletion src/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ fn setup_python_deps(kani_dir: &Path) -> Result<()> {
let pyroot = kani_dir.join("pyroot");

// TODO: this is a repetition of versions from kani/kani-dependencies
let pkg_versions = &["cbmc-viewer==3.8"];
let pkg_versions = &["cbmc-viewer==3.9"];

Command::new("python3")
.args(["-m", "pip", "install", "--target"])
Expand Down

0 comments on commit bdb80ea

Please sign in to comment.