Closed StegmannJCSDA closed 2 years ago
@oiffrig no problem, thank you for having a look at the PR! Yes, I can address the comments over the next two weeks, if that's sufficient.
No problem. What about the test failure for ubuntu-20.04? Is that an issue? Looks like I can't check the logs at the moment.
We were seeing the same issue in other branches, it is not related to the PR. One of our regression tests is failing with recent versions of CMake (3.24), I will look into that.
Thank you.
Description:
The intent of this PR is to add an 'unsafe_curl' option to
function( ecbuild_get_test_data )
and all related macros. The optional flag will allow to call curl with the--insecure
option to allow insecure SSL connections. The motivation for this is that some systems do not have properly configured SSL certificates to download testing data for production code.Issues:
Acceptance criteria:
Impact:
Since the additional argument is optional, the impact should be limited to instances where insecure SSL download is wanted.