Skip to content

Commit 86a6392

Browse files
author
Leo Alt
committed
fixup smt ci
1 parent c2112ec commit 86a6392

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.circleci/config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ jobs:
581581
- run:
582582
name: Install build dependencies
583583
command: |
584-
pacman --noconfirm -Syu --noprogressbar --needed base-devel boost cmake z3 git openssh tar
584+
pacman --noconfirm -Syu --noprogressbar --needed base-devel boost cmake z3 cvc4 git openssh tar
585585
- checkout
586586
- run: *run_build
587587
- store_artifacts: *artifacts_solc
@@ -729,7 +729,7 @@ jobs:
729729
- run:
730730
name: Install runtime dependencies
731731
command: |
732-
pacman --noconfirm -Syu --noprogressbar --needed base-devel boost cmake z3 git openssh tar
732+
pacman --noconfirm -Syu --noprogressbar --needed base-devel boost cmake z3 cvc4 git openssh tar
733733
- checkout
734734
- attach_workspace:
735735
at: build
@@ -811,7 +811,7 @@ jobs:
811811

812812
t_ems_solcjs:
813813
docker:
814-
- image: buildpack-deps:bullseye
814+
- image: << pipeline.parameters.ubuntu-2004-docker-image >>
815815
environment:
816816
TERM: xterm
817817
steps:
@@ -822,7 +822,7 @@ jobs:
822822
name: Install test dependencies
823823
command: |
824824
apt-get update
825-
apt-get install -qqy --no-install-recommends nodejs npm z3
825+
apt-get install -qqy --no-install-recommends nodejs npm
826826
- run:
827827
name: Test solcjs
828828
no_output_timeout: 30m

scripts/docker/buildpack-deps/Dockerfile.ubuntu2004

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN set -ex; \
3737
cmake ninja-build \
3838
libboost-filesystem-dev libboost-test-dev libboost-system-dev \
3939
libboost-program-options-dev \
40-
libz3-static-dev z3-static \
40+
libcvc4-dev libz3-static-dev z3-static \
4141
; \
4242
apt-get install -qy python3-pip python3-sphinx; \
4343
pip3 install codecov; \

0 commit comments

Comments
 (0)