[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



Title: GitLab

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:

Changes:

  • TBBTestSuite/TestSuite/TorBrowserBuild.pm
    ... ... @@ -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
     
    

  • tools/rsync-to-tbb-nightlies-master
    ... ... @@ -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:
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits