[tor-commits] [tor-browser-build/master] Bug 26475: Make macOS bundles based on ESR60 reproducible

gk at torproject.org gk at torproject.org
Sun Jun 24 11:26:30 UTC 2018


commit d9db6035a3e0f0423accb7d6c3b9a2680577436f
Author: Georg Koppen <gk at torproject.org>
Date:   Sun Jun 24 11:26:00 2018 +0000

    Bug 26475: Make macOS bundles based on ESR60 reproducible
    
    We know that Stylo is causing reproducibility issues on macOS, disable
    it for now.
---
 projects/firefox/mozconfig-osx-x86_64 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/projects/firefox/mozconfig-osx-x86_64 b/projects/firefox/mozconfig-osx-x86_64
index 1e30084..7ff17e1 100644
--- a/projects/firefox/mozconfig-osx-x86_64
+++ b/projects/firefox/mozconfig-osx-x86_64
@@ -48,6 +48,9 @@ ac_add_options --disable-crashreporter
 ac_add_options --disable-maintenance-service
 ac_add_options --disable-webrtc
 ac_add_options --disable-tests
+# We need to disable for Stylo right now, as we have reproducibility issues on
+# macOS with it enabled, see: #26475.
+ac_add_options --disable-stylo
 # Let's make sure no preference is enabling either Adobe's or Google's CDM.
 ac_add_options --disable-eme
 # ac_add_options --disable-ctypes



More information about the tor-commits mailing list