summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2022-08-15 12:07:37 +0100
committerHugo Landau <hlandau@openssl.org>2022-08-17 16:46:33 +0100
commit17b94de3df327e6619e52529e345a340d4a0a100 (patch)
tree3d8ba944db5ca3b20fdf62b940bd84e06717d34d /.github
parent7c82a7a8f3a66f47f727d31691d6298d88ed158b (diff)
downloadopenssl-new-17b94de3df327e6619e52529e345a340d4a0a100.tar.gz
Ensure we build ub sanitizer builds with -DPEDANTIC
Otherwise we may get spurious results from ub sanitizer. For example we assume we can tolerate some unaligned write without this define that ub sanitizer will complain about. Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18983)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 843ed480cd..3d6a4e0376 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -144,7 +144,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: config
- run: ./config --banner=Configured --debug enable-asan enable-ubsan enable-rc5 enable-md2 enable-ec_nistp_64_gcc_128 enable-fips enable-quic -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION && perl configdata.pm --dump
+ run: ./config --banner=Configured --debug enable-asan enable-ubsan enable-rc5 enable-md2 enable-ec_nistp_64_gcc_128 enable-fips enable-quic -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION -DPEDANTIC && perl configdata.pm --dump
- name: make
run: make -s -j4
- name: make test