mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-04-01 07:16:07 -04:00
CI: turn on ASan and UBSan
I just noticed that libwayland test suite is ASan and UBSan clean, so let's turn that on in CI to avoid regressing. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
parent
817fdb9009
commit
92038fa394
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ build-native:
|
||||||
- export BUILDDIR="$(pwd)/build-$BUILD_ID"
|
- export BUILDDIR="$(pwd)/build-$BUILD_ID"
|
||||||
- mkdir "$BUILDDIR" "$PREFIX"
|
- mkdir "$BUILDDIR" "$PREFIX"
|
||||||
- cd "$BUILDDIR"
|
- cd "$BUILDDIR"
|
||||||
- meson --prefix="$PREFIX" -Dicon_directory=/usr/share/X11/icons ..
|
- meson --prefix="$PREFIX" -Db_sanitize=address,undefined -Dicon_directory=/usr/share/X11/icons ..
|
||||||
- ninja -k0 test
|
- ninja -k0 test
|
||||||
- ninja clean
|
- ninja clean
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue