[Bug 224471] [PATCH] bsd.gecko.mk: add conditional for ccache
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Nov 23 09:08:47 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224471
Nuno Teixeira <ed.arrakis at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ed.arrakis at gmail.com
--- Comment #2 from Nuno Teixeira <ed.arrakis at gmail.com> ---
I've tested both patches on FreeBSD 11.2 RELEASE, poudriere 3.2.8, ports
current:
- removing absolute pathnames does't work, ccache not called
- using --with-ccache works, cccache caches ok.
Conclusion:
To have ccache working within poudriere, we just need patch:
.if ${WITH_CCACHE_BUILD}
MOZ_OPTIONS+= --with-ccache
.endif.
I not tested build outside poudriere.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-gecko
mailing list