[tbb-commits] [tor-browser-build/master] Bug 33012: Remove unneeded namecoin and snowflake definitions

gk at torproject.org gk at torproject.org
Tue Jan 21 12:49:32 UTC 2020


commit 6c245925b40b13f8508ca3ade45425338a56acdf
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Tue Jan 21 13:30:28 2020 +0100

    Bug 33012: Remove unneeded namecoin and snowflake definitions
---
 rbm.conf | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/rbm.conf b/rbm.conf
index 213971e..f0e22a8 100644
--- a/rbm.conf
+++ b/rbm.conf
@@ -232,8 +232,6 @@ targets:
       android_min_api_armv7: 16
       android_min_api_x86: 16
       android_min_api_x86_64: 21
-      snowflake: 0
-      namecoin: 0
       CC: '$ANDROID_NDK_HOME/[% c("var/toolchain_arch") %]/bin/clang'
       CXX: '$ANDROID_NDK_HOME/[% c("var/toolchain_arch") %]/bin/clang++'
       container:
@@ -332,7 +330,6 @@ targets:
       # We only build snowflake on the alpha and nightly
       # channels for now.
       snowflake: '[% c("var/alpha") || c("var/nightly") %]'
-      namecoin: 0
       deps:
         - build-essential
         - python
@@ -361,7 +358,6 @@ targets:
       # We only build snowflake on the alpha and nightly
       # channels for now.
       snowflake: '[% c("var/alpha") || c("var/nightly") %]'
-      namecoin: 0
       deps:
         - build-essential
         - python



More information about the tbb-commits mailing list