summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2022-12-09 12:13:36 +0100
committerTomas Mraz <tomas@openssl.org>2022-12-12 11:05:37 +0100
commitc153dd8a254e83916065510d0ccf4c5f3bcfe30d (patch)
tree3f04f2926fdab57b36217b9766e3154733f9ce2a /.github
parenta800b7adbee175f4b704a3ae3d53f582be15b979 (diff)
Run-checker merge CI: Memleak test does not work without ubsan
Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19874) (cherry picked from commit 1ca61aa56090356bbdbb16cf48916fbd9886c78d)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/run-checker-merge.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/run-checker-merge.yml b/.github/workflows/run-checker-merge.yml
index cee13c501c..456477b8c8 100644
--- a/.github/workflows/run-checker-merge.yml
+++ b/.github/workflows/run-checker-merge.yml
@@ -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,