Use --debug with no-caching build as sanitizers need it
authorTomas Mraz <tomas@openssl.org>
Fri, 12 Mar 2021 14:23:03 +0000 (15:23 +0100)
committerPauli <ppzgs1@gmail.com>
Mon, 15 Mar 2021 21:56:10 +0000 (07:56 +1000)
commitbd55a0be1b5696f643863718e7aa916feccafdf4
tree93a503b029f006f4de67f1759eee64716a04aa26
parent92a36b3705beca7bd06eed0e5c678375df79f9ca
Use --debug with no-caching build as sanitizers need it

The memleak test otherwise fails.

Also disable async, dtls, and old tls versions to test some
different combination of disableables and speed up tests.

Fixes #14337

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14536)
.github/workflows/ci.yml