Bug 1419474: Use standard cache config on OSX. draft
authorTom Prince <mozilla@hocat.ca>
Sun, 19 Nov 2017 10:41:06 -0700
changeset 23181 615c20d40aae2b32989f0be6e4bc2fa6ad592208
parent 23180 b1e31a4649f769b71c2ca25bccd8c998a4d3a044
child 23182 7b1e8218ca73679f8a12cac93a9a0612055013ef
push id156
push userbmo:mozilla@hocat.ca
push dateTue, 21 Nov 2017 22:05:44 +0000
bugs1419474
Bug 1419474: Use standard cache config on OSX. MozReview-Commit-ID: 7gzIE7jJF2c
mail/config/mozconfigs/macosx64/debug
mail/config/mozconfigs/macosx64/nightly
--- a/mail/config/mozconfigs/macosx64/debug
+++ b/mail/config/mozconfigs/macosx64/debug
@@ -13,16 +13,16 @@ export MOZ_DEBUG_SYMBOLS=1
 # Disable checking that add-ons are signed by the trusted root
 MOZ_ADDON_SIGNING=0
 # Disable enforcing that add-ons are signed by the trusted root
 MOZ_REQUIRE_ADDON_SIGNING=0
 
 # Package js shell
 export MOZ_PACKAGE_JSSHELL=1
 
-ac_add_options --with-ccache
+. "$topsrcdir/build/mozconfig.cache"
 
 # Run client.py
 mk_add_options CLIENT_PY_ARGS="$([ -f $topsrcdir/build/client.py-args ] && cat $topsrcdir/build/client.py-args)"
 mk_add_options ALWAYS_RUN_CLIENT_PY=1
 
 # XXX hack to work around dsymutil failing on OSX builds (bug 1380381, 1382262)
 ac_add_options RUSTFLAGS='-C debuginfo=1'
--- a/mail/config/mozconfigs/macosx64/nightly
+++ b/mail/config/mozconfigs/macosx64/nightly
@@ -17,16 +17,16 @@ export MOZ_TELEMETRY_REPORTING=1
 # Package js shell
 export MOZ_PACKAGE_JSSHELL=1
 
 # Disable checking that add-ons are signed by the trusted root
 MOZ_ADDON_SIGNING=0
 # Disable enforcing that add-ons are signed by the trusted root
 MOZ_REQUIRE_ADDON_SIGNING=0
 
-ac_add_options --with-ccache
+. "$topsrcdir/build/mozconfig.cache"
 
 # Run client.py
 mk_add_options CLIENT_PY_ARGS="$([ -f $topsrcdir/build/client.py-args ] && cat $topsrcdir/build/client.py-args)"
 mk_add_options ALWAYS_RUN_CLIENT_PY=1
 
 # XXX hack to work around dsymutil failing on OSX builds (bug 1380381, 1382262)
 ac_add_options RUSTFLAGS='-C debuginfo=1'