Skip to content

Conversation

@chriseth
Copy link
Contributor

No description provided.

command: |
apt-get -qq update
apt-get -qy install ccache cmake libboost-all-dev libz3-dev
apt-get -qy install cmake libboost-regex-dev libboost-filesystem-dev libboost-test-dev libboost-system-dev libboost-program-options-dev libz3-dev
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it faster if we just install the necessary ones compared to boost-all? I'm fine if that is the motivation.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, much faster.

@axic
Copy link
Contributor

axic commented Mar 21, 2018

@chriseth is ccache broken or what is the motivation in disabling it?

@chriseth
Copy link
Contributor Author

The statistics output says that the cache was hit zero times consistently for all possible runs on circle. On the other hand, downloading and uploading the cache takes quite some time. So I would propose to disable it and try again at some other point in time.

@axic
Copy link
Contributor

axic commented Mar 21, 2018

I am indifferent in keeping or removing them, unless @chfast wants to have a look into?

@chriseth
Copy link
Contributor Author

I talked to @chfast, he said he disabled ccache on all CI runs for cpp-ethereum.

@chriseth chriseth merged commit ba209fe into develop Mar 21, 2018
@axic axic deleted the disableCCache branch March 21, 2018 18:06
@chfast
Copy link
Contributor

chfast commented Mar 21, 2018

I was never able to make ccache work on Travis. The hit count was always 0 in the end.

appletorsh19-stack added a commit to appletorsh19-stack/solidity that referenced this pull request Nov 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants