[tor-commits] [tor-browser-bundle-testsuite/master] Temporarily disable android nightly builds

boklm at torproject.org boklm at torproject.org
Thu Jul 23 09:19:12 UTC 2020


commit 778d9e09fe60b6a61f85f6830d046684c2230ae4
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Thu Jul 23 11:15:41 2020 +0200

    Temporarily disable android nightly builds
---
 TBBTestSuite/TestSuite/TorBrowserBuild.pm | 48 -------------------------------
 1 file changed, 48 deletions(-)

diff --git a/TBBTestSuite/TestSuite/TorBrowserBuild.pm b/TBBTestSuite/TestSuite/TorBrowserBuild.pm
index d391bac..4a695cd 100644
--- a/TBBTestSuite/TestSuite/TorBrowserBuild.pm
+++ b/TBBTestSuite/TestSuite/TorBrowserBuild.pm
@@ -118,54 +118,6 @@ sub set_tests {
             type  => 'make_incrementals',
             publish_dir => 'nightly-osx-x86_64',
         },
-        {
-            name  => 'nightly-android-armv7',
-            descr => 'build tor-browser nightly android-armv7',
-            type  => 'rbm_build',
-            project => 'release',
-            targets => [
-                'noversiondir',
-                'nightly',
-                'torbrowser-android-armv7',
-            ],
-            publish_dir => 'nightly-android-armv7',
-        },
-        {
-            name  => 'nightly-android-x86',
-            descr => 'build tor-browser nightly android-x86',
-            type  => 'rbm_build',
-            project => 'release',
-            targets => [
-                'noversiondir',
-                'nightly',
-                'torbrowser-android-x86',
-            ],
-            publish_dir => 'nightly-android-x86',
-        },
-        {
-            name  => 'nightly-android-x86_64',
-            descr => 'build tor-browser nightly android-x86_64',
-            type  => 'rbm_build',
-            project => 'release',
-            targets => [
-                'noversiondir',
-                'nightly',
-                'torbrowser-android-x86_64',
-            ],
-            publish_dir => 'nightly-android-x86_64',
-        },
-        {
-            name  => 'nightly-android-aarch64',
-            descr => 'build tor-browser nightly android-aarch64',
-            type  => 'rbm_build',
-            project => 'release',
-            targets => [
-                'noversiondir',
-                'nightly',
-                'torbrowser-android-aarch64',
-            ],
-            publish_dir => 'nightly-android-aarch64',
-        },
     ];
 }
 



More information about the tor-commits mailing list