File tree 2 files changed +5
-5
lines changed
scripts/docker/buildpack-deps
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -581,7 +581,7 @@ jobs:
581
581
- run :
582
582
name : Install build dependencies
583
583
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
585
585
- checkout
586
586
- run : *run_build
587
587
- store_artifacts : *artifacts_solc
@@ -729,7 +729,7 @@ jobs:
729
729
- run :
730
730
name : Install runtime dependencies
731
731
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
733
733
- checkout
734
734
- attach_workspace :
735
735
at : build
@@ -811,7 +811,7 @@ jobs:
811
811
812
812
t_ems_solcjs :
813
813
docker :
814
- - image : buildpack-deps:bullseye
814
+ - image : << pipeline.parameters.ubuntu-2004-docker-image >>
815
815
environment :
816
816
TERM : xterm
817
817
steps :
@@ -822,7 +822,7 @@ jobs:
822
822
name : Install test dependencies
823
823
command : |
824
824
apt-get update
825
- apt-get install -qqy --no-install-recommends nodejs npm z3
825
+ apt-get install -qqy --no-install-recommends nodejs npm
826
826
- run :
827
827
name : Test solcjs
828
828
no_output_timeout : 30m
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ RUN set -ex; \
37
37
cmake ninja-build \
38
38
libboost-filesystem-dev libboost-test-dev libboost-system-dev \
39
39
libboost-program-options-dev \
40
- libz3-static-dev z3-static \
40
+ libcvc4-dev libz3-static-dev z3-static \
41
41
; \
42
42
apt-get install -qy python3-pip python3-sphinx; \
43
43
pip3 install codecov; \
You can’t perform that action at this time.
0 commit comments