Verified Commit 7aec706a authored by boklm's avatar boklm
Browse files

Bug 40093: Remove openssl-nightly-linux-arm

parent 0d7e065b
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -280,18 +280,6 @@ sub set_tests {
            publish_dir => 'mullvadbrowser-nightly-macos',
            projectname => 'mullvadbrowser',
        },
        # 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',
        },
    ];
}