From: Jan Kiszka <[email protected]> Bump Isar revision to later 'next' which allows to enable ccache, a significant acceleration when doing rebuilds.
Signed-off-by: Jan Kiszka <[email protected]> --- kas.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kas.yml b/kas.yml index 697205e..0ffd888 100644 --- a/kas.yml +++ b/kas.yml @@ -23,7 +23,7 @@ repos: isar: url: https://github.com/ilbers/isar - refspec: dbb9df67c1321aa7f6020948a964a2bcf636684a + refspec: 5f87d48f279761c2fefef1db16b4ccb5b955a364 layers: meta: @@ -38,3 +38,5 @@ local_conf_header: CONF_VERSION = "1" cross: | ISAR_CROSS_COMPILE = "1" + ccache: | + USE_CCACHE = "1" -- 2.31.1 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/ff97f7ecd7a5bba0a5ac2ff7a085ca3ef7cd51e7.1637430993.git.jan.kiszka%40web.de.
