Skip to content

Commit 0b75703

Browse files
author
Leo Alt
committed
remove cvc4
1 parent c4bd419 commit 0b75703

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
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

.circleci/osx_install_dependencies.sh

+6
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ then
5454
cp z3-4.8.10-x64-osx-10.15.7/include/* /usr/local/include
5555
rm -rf z3-4.8.10-x64-osx-10.15.7
5656

57+
# cvc4
58+
brew link cmake
59+
brew link coreutils
60+
brew tap cvc4/cvc4
61+
brew install cvc4/cvc4/cvc4
62+
5763
# evmone
5864
wget https://github.com/ethereum/evmone/releases/download/v0.7.0/evmone-0.7.0-darwin-x86_64.tar.gz
5965
tar xzpf evmone-0.7.0-darwin-x86_64.tar.gz -C /usr/local

0 commit comments

Comments
 (0)