Skip to content
Snippets Groups Projects
Commit 21bf6d41 authored by Emmanuele Bassi's avatar Emmanuele Bassi
Browse files

ci: Enable UBSan

Tell Meson to enable the UB sanitizer.
parent e751b51f
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ stages: ...@@ -35,7 +35,7 @@ stages:
.build-asan: .build-asan:
script: script:
- meson setup ${MESON_EXTRA_FLAGS} -Db_sanitize=address -Db_lundef=false --prefix /usr _asan_build . - meson setup ${MESON_EXTRA_FLAGS} -Db_sanitize=address,undefined -Db_lundef=false --prefix /usr _asan_build .
- meson compile -C _asan_build - meson compile -C _asan_build
- meson test -C _asan_build - meson test -C _asan_build
artifacts: artifacts:
...@@ -176,6 +176,7 @@ asan-debug-build: ...@@ -176,6 +176,7 @@ asan-debug-build:
git git
glib2-devel glib2-devel
libasan libasan
libubsan
ninja-build ninja-build
python3 python3
python3-docutils python3-docutils
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment