Skip to content

Commit

Permalink
ci: use ubsan
Browse files Browse the repository at this point in the history
  • Loading branch information
64 committed Jun 14, 2022
1 parent 0e43653 commit f26af63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ jobs:
uses: actions/checkout@v2
- name: Compile sysdeps
run: |
meson "-Dc_args=['-fno-stack-protector']" "-Dcpp_args=['-fno-stack-protector']" "-Dbuild_tests=true" --cross-file ci/${{matrix.sysdeps}}.cross-file compile-${{matrix.sysdeps}}
meson "-Dc_args=['-fno-stack-protector']" "-Dcpp_args=['-fno-stack-protector']" "-Dbuild_tests=true" "-Db_sanitize=undefined" --cross-file ci/${{matrix.sysdeps}}.cross-file compile-${{matrix.sysdeps}}
ninja -C compile-${{matrix.sysdeps}}
3 changes: 3 additions & 0 deletions ci/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ packages:
- '--libdir=lib'
- '--buildtype=debugoptimized'
- "-Dbuild_tests=true"
- "-Db_sanitize=undefined"
- "-Dwerror=true"
- '@THIS_SOURCE_DIR@'
environ:
Expand All @@ -90,6 +91,7 @@ packages:
- '--libdir=lib'
- '--buildtype=debugoptimized'
- "-Dbuild_tests=true"
- "-Db_sanitize=undefined"
- "-Dstatic=true"
- "-Dwerror=true"
- '@THIS_SOURCE_DIR@'
Expand All @@ -111,6 +113,7 @@ packages:
- '--libdir=lib'
- '--buildtype=debugoptimized'
- "-Dbuild_tests=true"
- "-Db_sanitize=undefined"
- "-Dwerror=true"
- "-Ddisable_posix_option=true"
- "-Ddisable_linux_option=true"
Expand Down

0 comments on commit f26af63

Please sign in to comment.