Skip to content

Commit

Permalink
ci: Add UBSAN test to the sanitizer (#4740)
Browse files Browse the repository at this point in the history
  • Loading branch information
boquan-fang authored Aug 29, 2024
1 parent c292d09 commit 8675d04
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ phases:
-DCMAKE_C_COMPILER=/usr/bin/$COMPILER \
-DCMAKE_PREFIX_PATH=/usr/local/$S2N_LIBCRYPTO \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DASAN=ON
-DASAN=ON \
-DUBSAN=ON
- cmake --build ./build -- -j $(nproc)
post_build:
on-failure: ABORT
Expand Down

0 comments on commit 8675d04

Please sign in to comment.