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!
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!