> On 04/13/2023 11:57 AM PDT Hal Murray via devel <devel@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
_______________________________________________
devel mailing list
devel@ntpsec.org
https://lists.ntpsec.org/mailman/listinfo/devel

Reply via email to