Bug 1361256 part 1 - Disable sccache for Win64 ASan because it doesn't actually support clang-cl. r?mshal draft
authorTing-Yu Chou <janus926@gmail.com>
Mon, 15 May 2017 10:36:07 +0800
changeset 593170 b44b5b8e4bed772b82b57c3e14788841619dcb24
parent 592285 981da978f1f686ad024fa958c9d27d2f8acc5ad0
child 593171 bcbd29dd5f4d81fe818175f6800ac78eb40fb31b
child 593182 2205f70f95b5c20377c227d59d767af97951ce93
push id63618
push userbmo:janus926@gmail.com
push dateTue, 13 Jun 2017 09:00:43 +0000
reviewersmshal
bugs1361256
milestone55.0a1
Bug 1361256 part 1 - Disable sccache for Win64 ASan because it doesn't actually support clang-cl. r?mshal sccache changes "--showIncludes" to "--show-includes" which clang-cl doesn't understand. According to the owner's comment, this is because it doesn't actually support clang-cl, disable it for now. MozReview-Commit-ID: 3uK0CF9Tgyv
browser/config/mozconfigs/win64/debug-asan
browser/config/mozconfigs/win64/nightly-asan
--- a/browser/config/mozconfigs/win64/debug-asan
+++ b/browser/config/mozconfigs/win64/debug-asan
@@ -9,9 +9,8 @@ ac_add_options --enable-optimize="-O1"
 . "$topsrcdir/build/win64/mozconfig.vs-latest"
 
 . "$topsrcdir/build/win64/mozconfig.asan"
 
 export MOZ_PACKAGE_JSSHELL=1
 export MOZ_PKG_SPECIAL=asan
 
 . "$topsrcdir/build/mozconfig.common.override"
-. "$topsrcdir/build/mozconfig.cache"
--- a/browser/config/mozconfigs/win64/nightly-asan
+++ b/browser/config/mozconfigs/win64/nightly-asan
@@ -9,9 +9,8 @@ ac_add_options --enable-optimize="-O2 -g
 . "$topsrcdir/build/win64/mozconfig.vs-latest"
 
 . "$topsrcdir/build/win64/mozconfig.asan"
 
 export MOZ_PACKAGE_JSSHELL=1
 export MOZ_PKG_SPECIAL=asan
 
 . "$topsrcdir/build/mozconfig.common.override"
-. "$topsrcdir/build/mozconfig.cache"