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 cvc4 git openssh tar
584
+ pacman --noconfirm -Syu --noprogressbar --needed base-devel boost cmake z3 git openssh tar
585
585
- checkout
586
586
- run : *run_build
587
587
- store_artifacts : *artifacts_solc
@@ -726,7 +726,7 @@ jobs:
726
726
- run :
727
727
name : Install runtime dependencies
728
728
command : |
729
- pacman --noconfirm -Syu --noprogressbar --needed base-devel boost cmake z3 cvc4 git openssh tar
729
+ pacman --noconfirm -Syu --noprogressbar --needed base-devel boost cmake z3 git openssh tar
730
730
- checkout
731
731
- attach_workspace :
732
732
at : build
@@ -819,7 +819,7 @@ jobs:
819
819
name : Install test dependencies
820
820
command : |
821
821
apt-get update
822
- apt-get install -qqy --no-install-recommends nodejs npm cvc4
822
+ apt-get install -qqy --no-install-recommends nodejs npm
823
823
- run :
824
824
name : Test solcjs
825
825
no_output_timeout : 30m
Original file line number Diff line number Diff line change 22
22
# (c) 2016-2019 solidity contributors.
23
23
# ------------------------------------------------------------------------------
24
24
FROM buildpack-deps:focal AS base
25
- LABEL version="6 "
25
+ LABEL version="7 "
26
26
27
27
ARG DEBIAN_FRONTEND=noninteractive
28
28
@@ -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
- libcvc4-dev libz3-static-dev \
40
+ libz3-static-dev \
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