[tbb-commits] [Git][tpo/applications/tor-browser-bundle-testsuite][main] Bug 40074: Add nightly builds of openssl for linux-arm

richard (@richard) git at gitlab.torproject.org
Wed Jun 28 18:45:52 UTC 2023



richard pushed to branch main at The Tor Project / Applications / tor-browser-bundle-testsuite


Commits:
63d0f7a7 by Nicolas Vigier at 2023-06-28T18:44:40+00:00
Bug 40074: Add nightly builds of openssl for linux-arm

- - - - -


2 changed files:

- TBBTestSuite/TestSuite/TorBrowserBuild.pm
- tools/rsync-to-tbb-nightlies-master


Changes:

=====================================
TBBTestSuite/TestSuite/TorBrowserBuild.pm
=====================================
@@ -281,6 +281,18 @@ sub set_tests {
             publish_dir => 'basebrowser-nightly-macos',
             projectname => 'basebrowser',
         },
+        # openssl build for linux-arm (#40074)
+        {
+            name  => 'openssl-nightly-linux-arm',
+            descr => 'build openssl nightly linux-arm',
+            type  => 'rbm_build',
+            project => 'openssl',
+            targets => [
+                'nightly',
+                'torbrowser-linux-arm',
+            ],
+            publish_dir => 'openssl-nightly-linux-arm',
+        },
     ];
 }
 


=====================================
tools/rsync-to-tbb-nightlies-master
=====================================
@@ -11,6 +11,7 @@ if (-f $lockfile) {
 }
 path($lockfile)->spew_utf8($$);
 
+system('chmod', '-R', 'go+rX', '/home/tb-builder/nightly-builds/');
 my $res = system('rsync', '-aH', '--delete-before', '/home/tb-builder/nightly-builds/',
     'tbb-nightlies at tbb-nightlies-master.torproject.org:/');
 # Run static-update-component on tbb-nightlies-master:



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-bundle-testsuite/-/commit/63d0f7a7988ddf1914448d3a06fa54741e7c4bfc

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-bundle-testsuite/-/commit/63d0f7a7988ddf1914448d3a06fa54741e7c4bfc
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20230628/e43becc3/attachment-0001.htm>


More information about the tbb-commits mailing list