aboutsummaryrefslogtreecommitdiffstats
path: root/circle.yml
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-05-29 04:06:14 +0800
committerGitHub <noreply@github.com>2018-05-29 04:06:14 +0800
commit7778eaf03af7af3d99a5f3aae23dd5cdf6e5ccc9 (patch)
treee7cacfd1b34c487aaff53da1a0a16a5537a724fe /circle.yml
parentb686fbbb32aabf24a0de7c9144e421167ff251e1 (diff)
parent54f83acee971a72028dda5d79ba3d07c219eb2fd (diff)
downloaddexon-solidity-7778eaf03af7af3d99a5f3aae23dd5cdf6e5ccc9.tar.gz
dexon-solidity-7778eaf03af7af3d99a5f3aae23dd5cdf6e5ccc9.tar.zst
dexon-solidity-7778eaf03af7af3d99a5f3aae23dd5cdf6e5ccc9.zip
Merge pull request #4073 from alibabe/fix-jsoncpp-install
Install a different jsoncpp version on cirleci to ensure compilation never clashes with the internal one
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index 05c84307..30dccead 100644
--- a/circle.yml
+++ b/circle.yml
@@ -129,6 +129,7 @@ jobs:
command: |
apt-get -qq update
apt-get -qy install cmake libboost-regex-dev libboost-filesystem-dev libboost-test-dev libboost-system-dev libboost-program-options-dev libz3-dev
+ ./scripts/install_obsolete_jsoncpp_1_7_4.sh
- run: *setup_prerelease_commit_hash
- run: *run_build
- store_artifacts: *solc_artifact
@@ -150,6 +151,8 @@ jobs:
brew install z3
brew install boost
brew install cmake
+ brew install wget
+ ./scripts/install_obsolete_jsoncpp_1_7_4.sh
- run: *setup_prerelease_commit_hash
- run: *run_build
- store_artifacts: *solc_artifact