]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
[github-ci][run-checker-merge.yml] Disable ubsan build
authorNicola Tuveri <nic.tuv@gmail.com>
Sat, 7 Aug 2021 06:54:08 +0000 (09:54 +0300)
committerNicola Tuveri <nic.tuv@gmail.com>
Wed, 18 Aug 2021 22:01:22 +0000 (01:01 +0300)
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)

.github/workflows/run-checker-merge.yml

index ff2d666b6da2b78709d22a2b51d63ff5b57de77e..29419a23968372f2851cb2509351ed3f57eae6e1 100644 (file)
@@ -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,