diff mbox series

[isar-cip-core] Enable ccache

Message ID b50cd713-e5fa-0087-abf8-8dfefc1e1c2e@siemens.com (mailing list archive)
State Accepted
Headers show
Series [isar-cip-core] Enable ccache | expand

Commit Message

Jan Kiszka March 19, 2023, 4:21 p.m. UTC
From: Jan Kiszka <jan.kiszka@siemens.com>

Accelerates rebuilds, specifically of the kernel (e.g. with adjusted
configs).

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 kas-cip.yml | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/kas-cip.yml b/kas-cip.yml
index 73a4af9c..b6a3dedf 100644
--- a/kas-cip.yml
+++ b/kas-cip.yml
@@ -35,6 +35,8 @@  local_conf_header:
     CONF_VERSION = "1"
   cross: |
     ISAR_CROSS_COMPILE = "1"
+  ccache: |
+    USE_CCACHE = "1"
   root_password: |
     USERS += "root"
     USER_root[password] = "root"