From 54f83acee971a72028dda5d79ba3d07c219eb2fd Mon Sep 17 00:00:00 2001 From: alibabe Date: Sat, 5 May 2018 15:37:45 +0000 Subject: Install a different jsoncpp version on cirleci to ensure compilation never clashes with the internal one by progamatically installing jsoncpp to ensure the verison is alway 1.7.4 --- circle.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'circle.yml') diff --git a/circle.yml b/circle.yml index 4ce3082b..cc8c1100 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 -- cgit