Added portability test with openssl 1.0.2#25770
Conversation
|
@matthewstevenson88 It seems that gRPC cannot build with openssl 1.0.2? Can you check this? |
|
Thanks @veblush! I'll take a look later today/this evening. |
|
There's a small fix you can make to |
templates/tools/dockerfile/test/cxx_buster_openssl102_x64/Dockerfile.template
Outdated
Show resolved
Hide resolved
|
Also have a follow-up question: this only seems to check if gRPC builds against OpenSSL 1.0.2 - are you going to be running the tests against OpenSSL 1.0.2 as well? |
|
@matthewstevenson88 Thank you for the fix and I updated my PR based on it. For your question, this test is going to run everyday on master. This isn't part of CI tests running against every PR because it usually takes serveral hours to finish. |
|
Thanks so much for taking care of this @veblush! The OpenSSL changes LGTM. @jiangtaoli2016 FYI. |
|
This appears to cause the actual test failure of One example: |
Adding a new portability test with openssl 1.0.2. OpenSSL 1.0.2 is out of support but it's still worth having tests because openssl variants such as libressl are OpenSSL 1.0.x compatible.
grpc/core/master/linux/grpc_portability
Fixes #24960