Closed rjanvier closed 4 years ago
But what is the CCACHE? Why would I want/ not want it?
It caches compilations to speed up subsequent builds (works with GCC, I don’t know for clang but not with MSVC) but it’s an overkill for Travis since the first build warm up the cache and is very slow... so our continuous integration hit timeout.
Alright, alright, interesting ;)
On Wed, 20 Nov 2019 at 11:37, Romain Janvier notifications@github.com wrote:
It caches compilations to speed up subsequent builds (works with GCC, I don’t know for clang but not with MSVC) but it’s an overkill for Travis since the first build warm up the cache and is very slow... so our continuous integration hit timeout.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/micmacIGN/micmac/pull/144?email_source=notifications&email_token=AFR3LDAI3H4MPUTZSSRBW3LQUUHPTA5CNFSM4JPPERZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEERQW5Y#issuecomment-555944823, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFR3LDGDLCFUTBWOKQIIARDQUUHPTANCNFSM4JPPERZA .
it is still enabled by default but it can be disabled now.