Skip to content

Commit

Permalink
CI: Stop installing cvc4 on archlinux
Browse files Browse the repository at this point in the history
This change is in preparation for upgrading to cvc5. Since archlinux is
not running SMT tests anyway, we can drop cvc4 from the build
immediately.
  • Loading branch information
blishko committed May 8, 2024
1 parent b467885 commit 4e4fd0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,7 @@ jobs:
- run:
name: Install build dependencies
command: |
pacman --noconfirm -Syu --noprogressbar --needed base-devel boost cmake cvc4 git openssh tar
pacman --noconfirm -Syu --noprogressbar --needed base-devel boost cmake git openssh tar
- checkout
- run_build
- store_artifacts_solc
Expand Down Expand Up @@ -1273,7 +1273,7 @@ jobs:
- run:
name: Install runtime dependencies
command: |
pacman --noconfirm -Syu --noprogressbar --needed base-devel boost cmake z3 cvc4 git openssh tar
pacman --noconfirm -Syu --noprogressbar --needed base-devel boost cmake z3 git openssh tar
- soltest

t_ubu_clang_soltest: &t_ubu_clang_soltest
Expand Down

0 comments on commit 4e4fd0a

Please sign in to comment.