William,
On 6/7/21 1:30 PM, William Lallemand wrote:
On Mon, Jun 07, 2021 at 04:02:00PM +0500, Илья Шипицин wrote:
sorry, I do not have much spare time to implement that in short time
perspective.
I think of 2-3 month timeframe.
Isn't it possible to pass a make argument for one specific CI job?
This way we could just do something like:
make DEBUG_CFLAGS="-g -Wno-deprecated-declarations"
Yes, this would be possible. It's already done to enable QUIC for BoringSSL:
https://github.com/haproxy/haproxy/blob/a9334df5a9bee2bf17b22f965b08df8d47f2f63e/.github/matrix.py#L116-L117
It would need an extra case for OpenSSL 3. You can test whether it works
locally using:
$ python3 .github/matrix.py push
Best regards
Tim Düsterhus