File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
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 54
54
cp z3-4.8.10-x64-osx-10.15.7/include/* /usr/local/include
55
55
rm -rf z3-4.8.10-x64-osx-10.15.7
56
56
57
+ # cvc4
58
+ brew link cmake
59
+ brew link coreutils
60
+ brew tap cvc4/cvc4
61
+ brew install cvc4/cvc4/cvc4
62
+
57
63
# evmone
58
64
wget https://github.com/ethereum/evmone/releases/download/v0.7.0/evmone-0.7.0-darwin-x86_64.tar.gz
59
65
tar xzpf evmone-0.7.0-darwin-x86_64.tar.gz -C /usr/local
You can’t perform that action at this time.
0 commit comments