From 284654d60bd7a765d99a79d22e252243e7cc4fc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sawicz?= Date: Wed, 4 Sep 2024 08:47:15 +0200 Subject: [PATCH] debian: disable WM tests on Launchpad Ref.: https://github.com/canonical/mir/issues/3470 --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 64371b6f21f..7d0e2472924 100755 --- a/debian/rules +++ b/debian/rules @@ -49,9 +49,10 @@ ifeq ($(filter Ubuntu,$(DEB_VENDOR)),) COMMON_CONFIGURE_OPTIONS += -DMIR_RUN_WLCS_TESTS=OFF endif -# Disable miral tests on Launchpad riscv64 (canonical/mir#3443) +# Disable tests on Launchpad riscv64 (canonical/mir#3443, canonical/mir#3470) ifeq ($(USER) $(DEB_HOST_ARCH),buildd riscv64) COMMON_CONFIGURE_OPTIONS += -DMIR_RUN_MIRAL_TESTS=OFF + COMMON_CONFIGURE_OPTIONS += -DMIR_RUN_WINDOW_MANAGEMENT_TESTS=OFF endif # Disable pre-compiled headers on GCC>=12