]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Run-checker merge CI: Memleak test does not work without ubsan
authorTomas Mraz <tomas@openssl.org>
Fri, 9 Dec 2022 11:13:36 +0000 (12:13 +0100)
committerTomas Mraz <tomas@openssl.org>
Mon, 12 Dec 2022 10:04:30 +0000 (11:04 +0100)
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19874)

.github/workflows/run-checker-merge.yml

index ee0dbee956fd26dc2b32f084c359dc0cdf4e248f..6cb51b21b22dbf8212d1ad1f9caa6e94e59ecc53 100644 (file)
@@ -18,7 +18,7 @@ jobs:
       fail-fast: false
       matrix:
         opt: [
-          enable-asan no-shared no-asm -DOPENSSL_SMALL_FOOTPRINT,
+          enable-asan enable-ubsan no-shared no-asm -DOPENSSL_SMALL_FOOTPRINT,
           no-dgram,
           no-dso,
           no-dynamic-engine,