Bug 1319228 - Disable the js shell in tup automation builds. draft
authorChris Manchester <cmanchester@mozilla.com>
Tue, 22 May 2018 15:11:52 -0700
changeset 798524 925104bcd54e9992ebdd4c13182a714817bf340f
parent 798523 668433335f0328a31db90e33ec25f8e8c39c4ca1
child 798525 44979b053cad43746ed49a6732e804e2ba213ad1
push id110779
push userbmo:cmanchester@mozilla.com
push dateTue, 22 May 2018 23:58:11 +0000
bugs1319228
milestone62.0a1
Bug 1319228 - Disable the js shell in tup automation builds. The js shell is symlinked back to the js objdir by a one off rule. This fails in the current tup build because the symlink rule is written in the Tupfile before the rule to build the shell. MozReview-Commit-ID: EkuYqzPfs2C
browser/config/mozconfigs/linux64/tup
--- a/browser/config/mozconfigs/linux64/tup
+++ b/browser/config/mozconfigs/linux64/tup
@@ -8,8 +8,9 @@ MOZ_AUTOMATION_UPLOAD_SYMBOLS=0
 
 TOOLTOOL_DIR=${TOOLTOOL_DIR:-$topsrcdir}
 export TUP=${TOOLTOOL_DIR}/tup/tup
 
 . "$topsrcdir/browser/config/mozconfigs/linux64/common-opt"
 . "$topsrcdir/build/mozconfig.common.override"
 
 ac_add_options --enable-build-backends=Tup
+ac_add_options --disable-js-shell