commit 5648e1499c10d2565e2cd9ca23599b532df8cff4 Author: Georg Koppen gk@torproject.org Date: Wed Sep 4 18:53:58 2019 +0000
Bug 31621: Add --verbose flag to mach again
The underlying node bug got worked around in Mozilla's bug 1500436 and we cherry-pick that patch onto our esr68 branches. Thanks to a cypherpunk for finding that bugfix. --- projects/firefox/build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/projects/firefox/build b/projects/firefox/build index 1450576..1a7893d 100644 --- a/projects/firefox/build +++ b/projects/firefox/build @@ -104,9 +104,7 @@ rm -f js/src/configure # Android does not support --enable-bundled-fonts option ./mach configure --with-tor-browser-version=[% c("var/torbrowser_version") %] --with-distribution-id=org.torproject --enable-update-channel=[% c("var/torbrowser_update_channel") %] [% IF ! c("var/android") %]--enable-bundled-fonts[% END -%] --with-branding=[% c("var/branding_directory") %]
-# Don't build with --verbose anymore or otherwise Stylo compilation breaks on -# Linux. See: #30321 for details. -./mach build +./mach build --verbose
[% IF c("var/android") %] # Building a multi-locale .apk