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: 2FOv9FovXLm

--HG--
extra : rebase_source : de8dce6a1b50509b1d0da33eb7b6c35749269733
This commit is contained in:
Chris Manchester 2018-06-13 22:33:22 -07:00
Родитель 04130ef78b
Коммит 5d3cac5b6d
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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