summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2022-02-15 15:47:19 +0100
committerMarge Bot <marge-bot@gnome.org>2022-03-04 10:28:00 +0000
commit4d94d5ec410714f51ffc4cd5e7c9ded0b2f66e16 (patch)
tree50734f10e693fcbf4265c9a1a064ff96eefcaa14
parent8f91d831ee20b9c73036561ee1b57bf9f5efef65 (diff)
downloadmutter-wip/carlosg/no-catchsegv-build-dep.tar.gz
build: Drop catchsegv Meson dependencywip/carlosg/no-catchsegv-build-dep
This is basically mostly desirable for CI. Since that still runs under .gitlab-ci/run-test.sh which wraps execution on catchsegv, we presumably still have the positive effects there, or at least until we update CI to a world where catchsegv is gone. Closes: https://gitlab.gnome.org/GNOME/mutter/-/issues/2120 Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2294>
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 2f7e40c6b..faa38a84f 100644
--- a/meson.build
+++ b/meson.build
@@ -338,7 +338,6 @@ if have_tests
],
exe_wrapper: [
default_test_wrappers,
- find_program('catchsegv'),
find_program('xvfb-run'), '-a', '-s', '+iglx -noreset',
],
timeout_multiplier: 10,