Skip to content

Commit

Permalink
github_ci: add undefined sanitizier to the sanitizer job
Browse files Browse the repository at this point in the history
Add undefined sanitizier to the sanitizer job.

Signed-off-by: Jere Leppänen <jere.leppanen@nokia.com>
  • Loading branch information
JereLeppanen committed Apr 15, 2024
1 parent 8c9b752 commit c16a3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ jobs:
strategy:
fail-fast: false
matrix:
flags: ['-fsanitize=address']
flags: ['-fsanitize=address,undefined -fno-sanitize-recover=all']
steps:
- uses: actions/checkout@v4
- run: sudo docker run -i -v `pwd`:/odp --privileged --shm-size 8g -e CC="${CC}" -e ARCH="${ARCH}"
Expand Down

0 comments on commit c16a3e6

Please sign in to comment.