[tor-commits] [tor-browser-build/master] Bug 29812: Fix generation of linux32 mar files

gk at torproject.org gk at torproject.org
Tue Mar 19 12:22:15 UTC 2019


commit 8c24ddebf61181511938408565a50eda4d083fee
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Tue Mar 19 12:34:00 2019 +0100

    Bug 29812: Fix generation of linux32 mar files
---
 projects/tor-browser/config | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/projects/tor-browser/config b/projects/tor-browser/config
index 9b26bc8..96e5cee 100644
--- a/projects/tor-browser/config
+++ b/projects/tor-browser/config
@@ -19,6 +19,9 @@ targets:
   linux-i686:
     var:
       mar_osname: linux32
+      arch_deps:
+        # Install libc6-i386 to be able to run 32bit mar tools (bug 29812)
+        - libc6-i386
   linux-x86_64:
     var:
       mar_osname: linux64



More information about the tor-commits mailing list