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:05:52 +0100
commit353521b772039a27e51dc948e06706926e972296 (patch)
tree5c909fa56be2411d6b9608cf630400f091356df2 /.github/workflows
parent921e19c20aa751ef50c8cdb219ca952055420859 (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/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 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,