Skip to content

Commit

Permalink
kas/common/base.yml: enable use of ccache for the builds
Browse files Browse the repository at this point in the history
- Enable Compiler cache for the builds
- It reduces build time during recompilation by caching previous compilations,
    and detecting when same compilation is being done again
- Tested nanopi neo image build time got reduced by 5 minutes

Signed-off-by: Badrikesh Prusty <badrikesh.prusty@siemens.com>
  • Loading branch information
baprusty authored and chombourger committed Apr 17, 2024
1 parent 34895f0 commit af3e770
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kas/common/base.yml
Expand Up @@ -36,3 +36,5 @@ local_conf_header:
base: |
CONF_VERSION = "1"
ISAR_CROSS_COMPILE = "1"
ccache: |
USE_CCACHE = "1"

0 comments on commit af3e770

Please sign in to comment.