Skip to content

Commit 66fa0fe

Browse files
author
Leo Alt
committed
remove cvc4
1 parent c4bd419 commit 66fa0fe

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.circleci/config.yml

+3-3
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 cvc4 git openssh tar
584+
pacman --noconfirm -Syu --noprogressbar --needed base-devel boost cmake z3 git openssh tar
585585
- checkout
586586
- run: *run_build
587587
- store_artifacts: *artifacts_solc
@@ -726,7 +726,7 @@ jobs:
726726
- run:
727727
name: Install runtime dependencies
728728
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
730730
- checkout
731731
- attach_workspace:
732732
at: build
@@ -819,7 +819,7 @@ jobs:
819819
name: Install test dependencies
820820
command: |
821821
apt-get update
822-
apt-get install -qqy --no-install-recommends nodejs npm cvc4
822+
apt-get install -qqy --no-install-recommends nodejs npm
823823
- run:
824824
name: Test solcjs
825825
no_output_timeout: 30m

scripts/docker/buildpack-deps/Dockerfile.ubuntu2004

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# (c) 2016-2019 solidity contributors.
2323
#------------------------------------------------------------------------------
2424
FROM buildpack-deps:focal AS base
25-
LABEL version="6"
25+
LABEL version="7"
2626

2727
ARG DEBIAN_FRONTEND=noninteractive
2828

@@ -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-
libcvc4-dev libz3-static-dev \
40+
libz3-static-dev \
4141
; \
4242
apt-get install -qy python3-pip python3-sphinx; \
4343
pip3 install codecov; \

0 commit comments

Comments
 (0)