a3f commented on PR #430:
URL: https://github.com/apache/qpid-proton/pull/430#issuecomment-2446700159

   > Hmm, have you made sure that the CI image actually has the relevant 
openssl modules for the softhsm? Maybe you need to apt install something to 
make the test work in the CI envioronment.
   
   Yes, that's what the `apt install pkcs11-provider` was for. I managed to 
reproduce in a ubuntu-24.04 container. The pkcs11-provider shipped there was 
the culprit. I now build the pkcs11-provider manually and the tests pass 
finally: https://github.com/a3f/qpid-proton/actions/runs/11591599162.
   
   > If at all possible I'd really like to maintain this distinction for these 
tests too.
   
   I can understand that, but most users will likely not run the PKCS#11 tests 
anyway, because there are more prerequisites than the C++ compiler (Linux, 
softhsm2, pkcs11-provider, OpenSSL > 3.0).
   Unfortunately, this side quest with debugging the CI has more than depleted 
the time I have alotted for this, so I won't be able to rewrite the test myself 
anytime soon.


-- 
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: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to