Re: --enable-js-shell doesn't seem to work for me with Firefox 60
Steve Fink <[email protected]> Tue, 7 Aug 2018 16:02:55 -0700
| Newsgroups | gmane.comp.mozilla.devel.jseng |
|---|---|
| Message-ID | <[email protected]> |
On 08/07/2018 03:35 AM, [email protected] wrote: > Hi, > > I was using --enable-js-shell with Firefox 52 to get js binary so I could run 'gmake check-jit-test'. > > Now with Firefox 60 it doesn't help. I see that js configure is given --disable-js-shell no matter I used --enable-js-shell in Firefox mozconfigure. > > Any idea what I do wrong? > > Thanks! > > Petr > Hm. Our continuous integration system is using --enable-js-shell for the browser build, and it seems to be generating the shell. As does my local build of Firefox 63. https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&selectedJob=192649972 https://taskcluster-artifacts.net/Ht9MEyFKT2ihZr5KcvieVA/0/public/logs/live_backing.log Your mozconfig contains 'ac_add_options --enable-js-shell'? And it's named mozconfig and is sitting in the root of the checkout that you're building? Or alternatively, the mozconfig filename is in the environment variable $MOZCONFIG?