Bug 1319228 - Disable the js shell in tup automation builds. draft
authorChris Manchester <cmanchester@mozilla.com>
Wed, 13 Jun 2018 22:33:22 -0700
changeset 807313 bc9a3c888d2269d329476998dfcc4ed67f555935
parent 807312 a253889e6126d65f8e9dcb0499afcf665711a70b
child 807314 8698b368484796afc3065884e15515a73dd7fef0
push id113083
push userbmo:cmanchester@mozilla.com
push dateThu, 14 Jun 2018 06:09:19 +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: 2FOv9FovXLm
browser/config/mozconfigs/linux64/tup
--- a/browser/config/mozconfigs/linux64/tup
+++ b/browser/config/mozconfigs/linux64/tup
@@ -8,9 +8,10 @@ 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
 ac_add_options --upload-tup-db