From d874b2fae88694e8e819a15b4acaf6a54937b8e4 Mon Sep 17 00:00:00 2001 From: Robin Sommer Date: Mon, 15 May 2023 13:23:28 +0200 Subject: [PATCH] Use ccache on CI when compiling Spicy analyzers. --- .cirrus.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 2948b6d740..961e7351d1 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -160,6 +160,9 @@ env: # a solution for the mtime pruning above. ZEEK_CCACHE_EPOCH: 2 + # Cache Spicy JIT results. + HILTI_CXX_COMPILER_LAUNCHER: ccache + # Linux EOL timelines: https://linuxlifecycle.com/ # Fedora (~13 months): https://fedoraproject.org/wiki/Fedora_Release_Life_Cycle