nickva commented on PR #69:
URL: https://github.com/apache/couchdb-ci/pull/69#issuecomment-2225025424

   With this patch:
   ```
   if [[ ${ERLANGMAJORVERSION} -gt 25 ]]; then
       echo "*************************  WARNING ***************************"
       echo "As of 2024-07-11 Erlang 26.2.5* fails access any crypto functions"
       echo "on OSes with OpenSSL 3.0.x (Debian Bookworm, at least) if the "
       echo "--enable-fips flag is enabled. See: 
github.com/erlang/otp/issues/8562"
       echo "**************************************************************"
       ENABLE_FIPS=""
   else
       ENABLE_FIPS="--enable-fips"
   fi
   ```
   
   Both the PR and the full CI passes.
    
https://ci-couchdb.apache.org/blue/organizations/jenkins/jenkins-cm1%2FPullRequests/detail/PR-5128/7/pipeline
    
https://ci-couchdb.apache.org/blue/organizations/jenkins/jenkins-cm1%2FFullPlatformMatrix/detail/jenkins-update-ci-erlang/1/pipeline/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to