summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorNicola Tuveri <nic.tuv@gmail.com>2021-08-07 09:54:08 +0300
committerNicola Tuveri <nic.tuv@gmail.com>2021-08-19 01:01:22 +0300
commit9e12ea3ae5d546f2be11a7c9864c80e7a1adfd73 (patch)
tree065ab2537488f4594d00d2dbf778beadf31bb050 /.github
parent854b6fa89afcd4a683b3e91d701a4a045db60ad7 (diff)
[github-ci][run-checker-merge.yml] Disable ubsan build
This commit temporarily disables the ubsan build, due to failures to be investigated in a dedicated PR. Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16252)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/run-checker-merge.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/run-checker-merge.yml b/.github/workflows/run-checker-merge.yml
index ff2d666b6d..29419a2396 100644
--- a/.github/workflows/run-checker-merge.yml
+++ b/.github/workflows/run-checker-merge.yml
@@ -16,7 +16,8 @@ jobs:
no-engine no-shared,
no-err,
no-filenames,
- enable-ubsan no-asm -DPEDANTIC -DOPENSSL_SMALL_FOOTPRINT -fno-sanitize=alignment,
+# ubsan build is temporarily disabled, due to failures to be investigated separately
+# enable-ubsan no-asm -DPEDANTIC -DOPENSSL_SMALL_FOOTPRINT -fno-sanitize=alignment,
no-unit-test,
enable-weak-ssl-ciphers,
enable-zlib,