Skip to content

Commit

Permalink
debian: disable WM tests on Launchpad
Browse files Browse the repository at this point in the history
Ref.: #3470
  • Loading branch information
Saviq committed Sep 4, 2024
1 parent 8342108 commit fc48b71
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 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
Expand Down

0 comments on commit fc48b71

Please sign in to comment.