From fc48b71a5832cb87035ddb836f1bbcc010807fb6 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..f701b410d36 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 miral 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