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@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/...
tbb-commits@lists.torproject.org