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

19 Mar
2019
19 Mar
'19
12:22 p.m.
commit 8c24ddebf61181511938408565a50eda4d083fee Author: Nicolas Vigier <boklm@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
2269
Age (days ago)
2269
Last active (days ago)
0 comments
1 participants
participants (1)
-
gk@torproject.org