master broken on macos
James Browning
jamesb192 at jamesb192.com
Thu Apr 13 19:29:17 UTC 2023
> On 04/13/2023 11:57 AM PDT Hal Murray via devel <devel at ntpsec.org> wrote:
>
>
> I merged James' latest version for printing out the OpenSSL version during
> configure.
>
> It barfs on macos.
> https://gitlab.com/NTPsec/ntpsec/-/jobs/4105995926#L126
>
>
> The log file says:
>
> Checking for OpenSSL != 1.1.1a : yes
> OpenSSL version : The
> configuration failed
> (complete log in /Users/gitlab/builds/NTPsec/ntpsec/build/config.log)
> Cleaning up project directory and file based variables 00:00
> ERROR: Job failed (system failure): exit status 2
>
> How do I get to the "complete log"?
A couple of possibilities: one is to append '||cat build/config.log' to lines 386 and 402 (ish) of .gitlab-ci.yml; the other would involve adding something not quite wholly unlike the following to those YAML branches
artifacts:
paths:
- build/config.log
They can be combined, and I need to think of the right questions earlier. The former dumps it in the CI log, and the latter should be in a downloadable tarball
More information about the devel
mailing list