Skip to content
Snippets Groups Projects
Commit 63d0f7a7 authored by boklm's avatar boklm Committed by Richard Pospesel
Browse files

Bug 40074: Add nightly builds of openssl for linux-arm

parent 2190cfc8
No related branches found
No related tags found
1 merge request!32Bug 40074: Add nightly builds of openssl for linux-arm
...@@ -281,6 +281,18 @@ sub set_tests { ...@@ -281,6 +281,18 @@ sub set_tests {
publish_dir => 'basebrowser-nightly-macos', publish_dir => 'basebrowser-nightly-macos',
projectname => 'basebrowser', 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',
},
]; ];
} }
......
...@@ -11,6 +11,7 @@ if (-f $lockfile) { ...@@ -11,6 +11,7 @@ if (-f $lockfile) {
} }
path($lockfile)->spew_utf8($$); 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/', my $res = system('rsync', '-aH', '--delete-before', '/home/tb-builder/nightly-builds/',
'tbb-nightlies@tbb-nightlies-master.torproject.org:/'); 'tbb-nightlies@tbb-nightlies-master.torproject.org:/');
# Run static-update-component on tbb-nightlies-master: # Run static-update-component on tbb-nightlies-master:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment