Re: Shared ccache directory between docker containers

Joel Rosdahl <[email protected]> Sat, 6 Feb 2016 22:31:31 +0100
Newsgroups gmane.comp.compilers.ccache
Message-ID <CAK8D=pjVFz7YraLSNighpHdRcE5LF7v6FSMHOGJz-o9P6MM-WQ@mail.gmail.com>
>
> Thanks, i'll try upgrading although I made sure hostname is unique now.
> Whats the mechanism for uniqueness in 3.2?


Using mkstemp <http://man7.org/linux/man-pages/man3/mkstemp.3.html>.

-- Joel