From: Nicola Tuveri Date: Sat, 7 Aug 2021 06:54:08 +0000 (+0300) Subject: [github-ci][run-checker-merge.yml] Disable ubsan build X-Git-Tag: OpenSSL_1_1_1l~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e12ea3ae5d546f2be11a7c9864c80e7a1adfd73;p=thirdparty%2Fopenssl.git [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 (Merged from https://github.com/openssl/openssl/pull/16252) --- diff --git a/.github/workflows/run-checker-merge.yml b/.github/workflows/run-checker-merge.yml index ff2d666b6da..29419a23968 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,