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
Branches
No related tags found
1 merge request!32Bug 40074: Add nightly builds of openssl for linux-arm
......@@ -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',
},
];
}
......
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment