Skip to content

Commit

Permalink
bugfix: disable MinimalWindowManagerTest.can_move_window_with_touch o…
Browse files Browse the repository at this point in the history
…n riscv
  • Loading branch information
mattkae committed Sep 3, 2024
1 parent 8342108 commit 9e0d34f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@ ifneq ($(filter arm64,$(DEB_HOST_ARCH)),)
-DMIR_RUN_ACCEPTANCE_TESTS=OFF \
-DMIR_PLATFORM=$(AVAILABLE_PLATFORMS) \
$(OVERRIDE_CONFIGURE_OPTIONS)
else
ifneq ($(filter riscv64,$(DEB_HOST_ARCH)),)
dh_auto_configure -- \
$(COMMON_CONFIGURE_OPTIONS) \
-DMIR_RUN_WINDOW_MANAGEMENT_TESTS=OFF \
-DMIR_PLATFORM=$(AVAILABLE_PLATFORMS) \
$(OVERRIDE_CONFIGURE_OPTIONS)
else
dh_auto_configure -- \
$(COMMON_CONFIGURE_OPTIONS) \
Expand Down

0 comments on commit 9e0d34f

Please sign in to comment.