-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Disable ccache #3746
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable ccache #3746
Conversation
| 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 |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, much faster.
|
@chriseth is ccache broken or what is the motivation in disabling it? |
|
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. |
|
I am indifferent in keeping or removing them, unless @chfast wants to have a look into? |
|
I talked to @chfast, he said he disabled ccache on all CI runs for cpp-ethereum. |
|
I was never able to make ccache work on Travis. The hit count was always 0 in the end. |
argotorg#16013 argotorg#15937 #create empity workspse s argotorg#14417 argotorg#3746 argotorg#955 argotorg#10072 argotorg#14291 #delete all ol file s
No description provided.