Skip to content
Snippets Groups Projects
Commit f76aba52 authored by Olivier Dion's avatar Olivier Dion Committed by Sébastien Blin
Browse files

contrib: Add caching of build

This is a primitive way of caching builds of contrib.  Basically, a hash entry
is created from all the *.mak files in contrib.  This include all rules.mak of
individual packages and config.mak generated by the bootstrap script.

When caching is enabled, the installation is done in the cache and a symbolic
link is created to it.

Caching can be enabled with `--cache-dir=/tmp/jami-contrib-cache --cache-builds'
or any other path for cache-dir.  Not providing the `cache-builds` option will
bypass the cache.

Change-Id: I58aa0295664113792518851ede1c568495a33e59
parent f896e000
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment