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 CI build could not complete (ccache not found on osx) #959

Closed
oxmon-2500 opened this issue Feb 11, 2020 · 2 comments
Closed

TRAVIS CI build could not complete (ccache not found on osx) #959

oxmon-2500 opened this issue Feb 11, 2020 · 2 comments

Comments

@oxmon-2500
Copy link
Contributor

oxmon-2500 commented Feb 11, 2020

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

@in3otd
Copy link
Contributor

in3otd commented Feb 11, 2020

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.

@guitorri
Copy link
Member

Fixed on #968

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

No branches or pull requests

3 participants