Date: Fri, 23 Nov 2018 09:08:44 +0000 From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 224471] [PATCH] bsd.gecko.mk: add conditional for ccache Message-ID: <bug-224471-21738-KHDsQ4zrhW@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-224471-21738@https.bugs.freebsd.org/bugzilla/> References: <bug-224471-21738@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224471 Nuno Teixeira <ed.arrakis@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ed.arrakis@gmail.com --- Comment #2 from Nuno Teixeira <ed.arrakis@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+=3D --with-ccache .endif. I not tested build outside poudriere. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-224471-21738-KHDsQ4zrhW>