Skip to content
Brad Davis edited this page Jan 21, 2015 · 2 revisions

Use ccache with poudriere

Define the CCACHE_DIR to use in your /usr/local/etc/poudriere.conf:

echo "CCACHE_DIR=/usr/obj/ccache" >> /usr/local/etc/poudriere.conf
mkdir -p /usr/obj/ccache

That's it!

Clone this wiki locally