-
Notifications
You must be signed in to change notification settings - Fork 18
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
fix docker & ccache #214
fix docker & ccache #214
Conversation
ok now getting (https://api.travis-ci.org/v3/job/499919417/log.txt):
|
hmmm. strange as 18.04 is their reference system. I'll try to see in a VM if I can reproduce this. Only possibly reason that I see is the addition of the two |
Turns out In the end I just used https://github.com/gadgetron/gadgetron/blob/b03e500/docker/base/ubuntu_1804/Dockerfile#L8-L10 |
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.
could presumably later use docker/build_essential-ubuntu.sh
in Travis (and of course VM etc etc), except that we might need to pass location as not everyone will be able to write in /opt
depends on #212 -> #213