[tor-commits] [tor-browser-build/master] Build snowflake on linux32 too

boklm at torproject.org boklm at torproject.org
Mon Jun 5 17:45:05 UTC 2017


commit cb1d87e923cbbb1d76a0fab4891ec33e7015323b
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Mon Jun 5 19:42:27 2017 +0200

    Build snowflake on linux32 too
---
 projects/webrtc/build | 1 +
 rbm.conf              | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/projects/webrtc/build b/projects/webrtc/build
index 3ae7ed0..c07824f 100644
--- a/projects/webrtc/build
+++ b/projects/webrtc/build
@@ -1,5 +1,6 @@
 #!/bin/bash
 [% c("var/set_default_env") -%]
+[% c("var/setarch") -%]
 distdir=/var/tmp/dist/[% project %]
 [% pc(c('var/compiler'), 'var/setup', { compiler_tarfile => c('input_files_by_name/' _ c('var/compiler')) }) %]
 
diff --git a/rbm.conf b/rbm.conf
index 6a1cc43..7b58503 100644
--- a/rbm.conf
+++ b/rbm.conf
@@ -111,8 +111,6 @@ targets:
     var:
       linux-x86_64: 1
       osname: linux-x86_64
-      # We only build snowflake on linux-x86_64 for now
-      snowflake: 1
       container:
         arch: amd64
   linux-i686:
@@ -132,6 +130,8 @@ targets:
     var:
       linux: 1
       compiler: gcc
+      # We only build snowflake on linux for now
+      snowflake: 1
       container:
         suite: wheezy
       deps:



More information about the tor-commits mailing list