summaryrefslogtreecommitdiffstats
path: root/.github/workflows
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:04:30 +0100
commit1ca61aa56090356bbdbb16cf48916fbd9886c78d (patch)
tree94e0c22a0c07509376a0b6646544ae4825b81dd1 /.github/workflows
parentb71b9534c423eaae79378556337e466a7dec8e35 (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)
Diffstat (limited to '.github/workflows')
-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 ee0dbee956..6cb51b21b2 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,