[tbb-commits] [tor-browser-build/master] Bug 32355: rbm.conf: Add linux-arm target

boklm at torproject.org boklm at torproject.org
Thu Feb 3 18:35:41 UTC 2022


commit 56c81359d60d0f6cece32f344786eb38c59a8f4c
Author: JeremyRand <jeremyrand at airmail.cc>
Date:   Sun May 3 11:29:51 2020 +0000

    Bug 32355: rbm.conf: Add linux-arm target
---
 rbm.conf | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/rbm.conf b/rbm.conf
index e09ee13..680ba3f 100644
--- a/rbm.conf
+++ b/rbm.conf
@@ -342,11 +342,17 @@ targets:
   torbrowser-linux-i686:
     - linux-i686
     - linux
+  torbrowser-linux-arm:
+    - linux-arm
+    - linux-cross
+    - linux
   linux-x86_64:
     arch: x86_64
     var:
       linux-x86_64: 1
       osname: linux-x86_64
+      linux-cross: 0
+      arch_debian: amd64
       # We only support RLBox on the nightly channel and x86_64 for now
       rlbox: 0
   linux-i686:
@@ -354,7 +360,22 @@ targets:
     var:
       linux-i686: 1
       osname: linux-i686
+      linux-cross: 0
       configure_opt: '--host=i686-linux-gnu CFLAGS=-m32 CXXFLAGS=-m32 LDFLAGS=-m32 [% c("var/configure_opt_project") %]'
+      arch_debian: i386
+  linux-arm:
+    arch: arm
+    var:
+      linux-arm: 1
+      osname: linux-arm
+      crosstarget: arm-linux-gnueabihf
+      arch_debian: armhf
+  linux-cross:
+    var:
+      linux-cross: 1
+      container:
+        arch: amd64
+      configure_opt: '--host=[% c("var/crosstarget") %] [% c("var/configure_opt_project") %]'
   linux:
     var:
       linux: 1





More information about the tbb-commits mailing list