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
2 changed files:
Changes:
... | ... | @@ -281,6 +281,18 @@ sub set_tests { |
281 | 281 | publish_dir => 'basebrowser-nightly-macos',
|
282 | 282 | projectname => 'basebrowser',
|
283 | 283 | },
|
284 | + # openssl build for linux-arm (#40074)
|
|
285 | + {
|
|
286 | + name => 'openssl-nightly-linux-arm',
|
|
287 | + descr => 'build openssl nightly linux-arm',
|
|
288 | + type => 'rbm_build',
|
|
289 | + project => 'openssl',
|
|
290 | + targets => [
|
|
291 | + 'nightly',
|
|
292 | + 'torbrowser-linux-arm',
|
|
293 | + ],
|
|
294 | + publish_dir => 'openssl-nightly-linux-arm',
|
|
295 | + },
|
|
284 | 296 | ];
|
285 | 297 | }
|
286 | 298 |
... | ... | @@ -11,6 +11,7 @@ if (-f $lockfile) { |
11 | 11 | }
|
12 | 12 | path($lockfile)->spew_utf8($$);
|
13 | 13 | |
14 | +system('chmod', '-R', 'go+rX', '/home/tb-builder/nightly-builds/');
|
|
14 | 15 | my $res = system('rsync', '-aH', '--delete-before', '/home/tb-builder/nightly-builds/',
|
15 | 16 | 'tbb-nightlies@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx:/');
|
16 | 17 | # Run static-update-component on tbb-nightlies-master:
|