diff options
author | Pauli <pauli@openssl.org> | 2021-11-10 21:38:27 +0100 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2021-11-12 10:49:46 +0100 |
commit | d362db7cd1cc46462e0dd3bbccd5c279f2b2ccc8 (patch) | |
tree | 3a34a885693be81691ab90c1a2304d5cd9b56690 /.github | |
parent | stack: increase the reallocation ratio (diff) | |
download | openssl-d362db7cd1cc46462e0dd3bbccd5c279f2b2ccc8.tar.xz openssl-d362db7cd1cc46462e0dd3bbccd5c279f2b2ccc8.zip |
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)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/run-checker-daily.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/run-checker-daily.yml b/.github/workflows/run-checker-daily.yml index 0937d2f57d..d16eb41dab 100644 --- a/.github/workflows/run-checker-daily.yml +++ b/.github/workflows/run-checker-daily.yml @@ -127,6 +127,7 @@ jobs: no-zlib, enable-zlib-dynamic, no-zlib-dynamic, + -DOPENSSL_NO_BUILTIN_OVERFLOW_CHECKING ] runs-on: ubuntu-latest steps: |