Skip to content

Commit

Permalink
Merge pull request #15085 from ethereum/smt-drop-cvc4-archlinux
Browse files Browse the repository at this point in the history
CI: Stop installing cvc4 on archlinux
  • Loading branch information
blishko committed May 13, 2024
2 parents e202d30 + d5f5742 commit d116a34
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 z3
- soltest

t_ubu_clang_soltest: &t_ubu_clang_soltest
Expand Down

0 comments on commit d116a34

Please sign in to comment.