Skip to content

Commit

Permalink
Ensure that we stop on error when using UBSAN
Browse files Browse the repository at this point in the history
Otherwise the errors reported by it could remain unnoticed, as happened
with the UB detected in Oracle backend.
  • Loading branch information
vadz committed Nov 9, 2024
1 parent 7ad6c66 commit 115663a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ jobs:
fi
if [ "${{matrix.no_ubsan}}" = true ]; then
set_env_var SOCI_NO_UBSAN 1
else
set_env_var UBSAN_OPTIONS print_stacktrace=1:halt_on_error=1
fi
- name: Setup tmate
Expand Down

0 comments on commit 115663a

Please sign in to comment.