d9030e02d1
catch needs to be able to use ptrace(); asan builders allow this, so tag the test steps with asan and asan-aarch64 to make them run on capable runners. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2561>
9 lines
59 B
Bash
Executable File
9 lines
59 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
set -e
|
|
|
|
wireplumber &
|
|
sleep 1
|
|
|
|
meson "$@"
|