mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
Try to fix ci
This commit is contained in:
parent
44a166c288
commit
9e547753ad
1 changed files with 1 additions and 3 deletions
|
|
@ -343,9 +343,7 @@ build_with_asan_ubsan:
|
||||||
- echo "Building with ASan and UBSan"
|
- echo "Building with ASan and UBSan"
|
||||||
- meson setup "$BUILD_DIR" --prefix="$PREFIX" -D debug=true -D optimization=g -D b_sanitize=address,undefined -D session-managers=[]
|
- meson setup "$BUILD_DIR" --prefix="$PREFIX" -D debug=true -D optimization=g -D b_sanitize=address,undefined -D session-managers=[]
|
||||||
- meson compile -C "$BUILD_DIR" $COMPILE_ARGS
|
- meson compile -C "$BUILD_DIR" $COMPILE_ARGS
|
||||||
- env UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 \
|
- env UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 meson test -C "$BUILD_DIR" --no-rebuild
|
||||||
ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 \
|
|
||||||
meson test -C "$BUILD_DIR" --no-rebuild
|
|
||||||
|
|
||||||
# A release build with NDEBUG, all options on auto() but tests explicitly
|
# A release build with NDEBUG, all options on auto() but tests explicitly
|
||||||
# enabled. This should show issues with tests failing due to different
|
# enabled. This should show issues with tests failing due to different
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue