Bug 1319228 - Disable the js shell in tup automation builds. r=mshal

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: HR04x8lyEkg

--HG--
extra : rebase_source : 06a3059c8aa5f454e17c7ca8e54d39cb9b50c3cb
This commit is contained in:
Chris Manchester 2018-06-12 13:48:38 -07:00
parent 37fa51f7b5
commit 1bbe619ac0

View File

@ -13,4 +13,5 @@ export TUP=${TOOLTOOL_DIR}/tup/tup
. "$topsrcdir/build/mozconfig.common.override"
ac_add_options --enable-build-backends=Tup
ac_add_options --disable-js-shell
ac_add_options --upload-tup-db