From 5d3cac5b6dffb4f5d63f8118534517b2ff8e2e55 Mon Sep 17 00:00:00 2001 From: Chris Manchester Date: Wed, 13 Jun 2018 22:33:22 -0700 Subject: [PATCH] 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 --- browser/config/mozconfigs/linux64/tup | 1 + 1 file changed, 1 insertion(+) diff --git a/browser/config/mozconfigs/linux64/tup b/browser/config/mozconfigs/linux64/tup index 7966d52e3ff2..e66ba7e98bb7 100644 --- a/browser/config/mozconfigs/linux64/tup +++ b/browser/config/mozconfigs/linux64/tup @@ -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