From: Michal Nowikowski Date: Tue, 19 Mar 2019 17:05:45 +0000 (+0100) Subject: hammer: added note to hammer guide about ccache limitation to lxc only X-Git-Tag: Kea-1.6.0-beta~358 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1129c69c27760c69d1c845cecd3d44f4a98b417d;p=thirdparty%2Fkea.git hammer: added note to hammer guide about ccache limitation to lxc only --- diff --git a/doc/guide/hammer.xml b/doc/guide/hammer.xml index 9d9f1fbccd..dd5427034c 100644 --- a/doc/guide/hammer.xml +++ b/doc/guide/hammer.xml @@ -114,9 +114,9 @@ freebsd: It is possible to speed up subsequent Hammer builds. To achieve this Hammer - employs CCache. During compilation - CCache stores object to shared folder. In subsequent runs instead doing actuall - compilation CCache just returns stored earlier objects. Cache with objects for + employs ccache. During compilation + ccache stores object to shared folder. In subsequent runs instead doing actuall + compilation ccache just returns stored earlier objects. Cache with objects for reuse needs to be stored outside of VM or LXC. To indicate such folder Hammer requires providing --ccache-dir parameter. In indicated folder there are stored objects for each target operating system separatelly. @@ -125,6 +125,11 @@ freebsd: + + For now ccache is only supported for LXC provider in Hammer. Support + for VirtualBox will be added later. + + For more information check: ./hammer.py --help