Skip to content
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

Travis speedup by using ccache #1264

Merged
merged 7 commits into from
Aug 17, 2018
Merged

Travis speedup by using ccache #1264

merged 7 commits into from
Aug 17, 2018

Conversation

pmconrad
Copy link
Contributor

Full run with prepped cache ~25 minutes, that's 50% of a normal run. https://travis-ci.org/bitshares/bitshares-core/builds/417273045

Downside is that builds with an empty or outdated cache may skip tests and/or sonar scanner run, in order to make sure the updated cache is preserved by travis. Manual restart should result in a full run with prepped cache in this case.

@abitmore
Copy link
Member

abitmore commented Aug 17, 2018

$ [ ! -r _empty_cache ] || ( echo "Please restart with populated cache" && false )
Please restart with populated cache
The command "[ ! -r _empty_cache ] || ( echo "Please restart with populated cache" && false )" exited with 1.

Retrying.

@abitmore
Copy link
Member

Oh, it's solved by restarting the build (as intended). Thanks.

@abitmore abitmore merged commit 771ee4c into release Aug 17, 2018
@abitmore abitmore deleted the travis_speedup branch October 20, 2018 09:22
@abitmore abitmore mentioned this pull request Aug 6, 2019
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.

2 participants