Skip to content

Commit

Permalink
Run-checker merge CI: Memleak test does not work without ubsan
Browse files Browse the repository at this point in the history
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from #19874)

(cherry picked from commit 1ca61aa)
  • Loading branch information
t8m committed Dec 12, 2022
1 parent a800b7a commit c153dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-checker-merge.yml
Expand Up @@ -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,
Expand Down

0 comments on commit c153dd8

Please sign in to comment.