Skip to content

Commit

Permalink
bugfix: disable window management tests on riscv (#3584)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkae authored Sep 4, 2024
2 parents db0f621 + 284654d commit 8b942e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b942e9

Please sign in to comment.