run-checker: add CI to test safe_math without compiler support.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16930)
This commit is contained in:
Pauli 2021-11-11 06:38:27 +10:00
parent 8347bfa04f
commit d362db7cd1
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ jobs:
no-zlib,
enable-zlib-dynamic,
no-zlib-dynamic,
-DOPENSSL_NO_BUILTIN_OVERFLOW_CHECKING
]
runs-on: ubuntu-latest
steps: