summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2022-08-19 15:39:41 +0200
committerJonas Ådahl <jadahl@gmail.com>2022-08-19 15:39:57 +0200
commitd9030e02d1917abe9fe3005ed6a8978f24581117 (patch)
tree233a4d309e31a4340eb814fd85da3f13a3a94263 /.gitlab-ci
parent530d296a0cfacb65224d3ee06a29cd8c50f10a6e (diff)
downloadmutter-d9030e02d1917abe9fe3005ed6a8978f24581117.tar.gz
ci: Enable 'catch' backtrace generation
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>
Diffstat (limited to '.gitlab-ci')
-rwxr-xr-x.gitlab-ci/run-meson.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/run-meson.sh b/.gitlab-ci/run-meson.sh
index 16a20f621..759117e2e 100755
--- a/.gitlab-ci/run-meson.sh
+++ b/.gitlab-ci/run-meson.sh
@@ -5,4 +5,4 @@ set -e
wireplumber &
sleep 1
-catchsegv meson "$@"
+meson "$@"