quiche
quiche copied to clipboard
CI builds with openssl/quictls
Hi guys, I am working on https://github.com/cloudflare/quiche/pull/1605 which adds support for openssl/quictls 3 and I wonder if we can ammend the CI jobs to build quiche with openssl. I would be happy to help if I am pointed to the right direction.
Regards, Damian Yahoo/ASF member.
I made https://github.com/cloudflare/quiche/pull/1615 which makes it possible to run some of the CI builds with different TLS features. Once that's merged you should be able to just add "openssl" to the list.
Great. Thanks. How do you prefer to deal with the openssl/quictls dependency? as with boringssl? a submodule?
Thanks.
@ghedo @LPardue Hi guys, how do you want to handle having openssl/quictls avialable in a toolchain? Thanks to https://github.com/cloudflare/quiche/pull/1615 we can now just set openssl
feature.
I am not super familiar with CI but I can help if needed just let me know how we should handle this.
Regards, Damian.