We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 osx continuous-integration/travis-ci/pr — The Travis CI build could not complete
$ ccache --version
ccache: command not found
pull/953#partial-pull-merging
I suppose it must be done by a maintainer. I made some research and there is probably a solution: https://www.redhat.com/archives/libvir-list/2018-May/msg02216.html File: .travis.yml PATH="/usr/local/opt/ccache/libexec:$PATH" brew install ccache
The text was updated successfully, but these errors were encountered:
yes, that's likely needed. I think there may be something else needing a fix, see [here].(#946 (comment))
If you wish, you can do another PR with that fix; Travis will run on that and we will see if the macOS build completes successfully.
Sorry, something went wrong.
Fixed on #968
No branches or pull requests
TRAVIS osx continuous-integration/travis-ci/pr — The Travis CI build could not complete
$ ccache --version
ccache: command not found
pull/953#partial-pull-merging
I suppose it must be done by a maintainer. I made some research and there is probably a solution:
https://www.redhat.com/archives/libvir-list/2018-May/msg02216.html
File: .travis.yml
PATH="/usr/local/opt/ccache/libexec:$PATH"
brew install ccache
The text was updated successfully, but these errors were encountered: