Remove ccache completely from Mac OS X mozconfigs until we get running on 10.7 as it isn't on the 10.6 builders. rs=jhopkins,a=Standard8 NPOTB DONTBUILD
Remove ccache completely from Mac OS X mozconfigs until we get running on 10.7 as it isn't on the 10.6 builders. rs=jhopkins,a=Standard8 NPOTB DONTBUILD
--- a/mail/config/mozconfigs/macosx-universal/nightly
+++ b/mail/config/mozconfigs/macosx-universal/nightly
@@ -23,18 +23,15 @@ export CXXFLAGS="-gdwarf-2"
# For NSS symbols
export MOZ_DEBUG_SYMBOLS=1
ac_add_options --enable-debug-symbols="-gdwarf-2"
# Needed to enable breakpad in application.ini
export MOZILLA_OFFICIAL=1
-#Use ccache
-ac_add_options --with-ccache
-
# Enable parallel compiling
CONCURRENCY=$(( `sysctl hw.logicalcpu | awk {'print $2'}` + 2 ))
mk_add_options MOZ_MAKE_FLAGS="-j$CONCURRENCY"
# Run client.py
mk_add_options CLIENT_PY_ARGS="--hg-options='--verbose --time' --hgtool=../tools/buildfarm/utils/hgtool.py --skip-chatzilla --skip-comm --skip-inspector --skip-venkman --tinderbox-print"
mk_add_options ALWAYS_RUN_CLIENT_PY=1