Bug 1384786 - Fix try artifact builds after bug 1382502. r?gps draft
authorMike Hommey <mh+mozilla@glandium.org>
Thu, 27 Jul 2017 14:02:39 +0900
changeset 616557 eb394c6c2cb581f5bcbac794313372c0ae328468
parent 616556 031cdf3f8da68da97169c24ca0c48528ad97ca4e
child 639505 8812e98adedda368159b00461f33b4e70a288fd1
push id70718
push userbmo:mh+mozilla@glandium.org
push dateThu, 27 Jul 2017 05:15:10 +0000
reviewersgps
bugs1384786, 1382502
milestone56.0a1
Bug 1384786 - Fix try artifact builds after bug 1382502. r?gps
build/mozconfig.no-compile
--- a/build/mozconfig.no-compile
+++ b/build/mozconfig.no-compile
@@ -1,12 +1,13 @@
 ac_add_options --disable-compile-environment
 
 # In case mozconfig.cache was already included
 unset CCACHE
+unset SCCACHE_VERBOSE_STATS
 # In case it wasn't
 NO_CACHE=1
 
 # Override any toolchain defines we've inherited from other mozconfigs.
 unset CC
 unset CXX
 unset HOST_CC
 unset HOST_CXX