Dylan Aïssi pushed to branch debian-unstable at X Strike Force / wayland / weston
Commits:
-
92b4f639
by Dylan Aïssi at 2024-11-06T10:36:23+01:00
2 changed files:
Changes:
... | ... | @@ -20,7 +20,7 @@ override_dh_auto_test: |
20 | 20 | mkdir -p /tmp/.X11-unix
|
21 | 21 | # Only make tests fatal for a subset of architectures
|
22 | 22 | # https://gitlab.freedesktop.org/wayland/weston/-/issues/739
|
23 | -ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf i386 ppc64el))
|
|
23 | +ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf i386 ppc64el riscv64))
|
|
24 | 24 | XDG_RUNTIME_DIR=$(CURDIR)/debian/tmp/tmp/xdgruntimedir dh_auto_test
|
25 | 25 | else
|
26 | 26 | XDG_RUNTIME_DIR=$(CURDIR)/debian/tmp/tmp/xdgruntimedir dh_auto_test || true
|
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | Test-Command: dh_auto_configure; dh_auto_build; dh_auto_test
|
4 | 4 | Depends: @builddeps@
|
5 | 5 | Restrictions: allow-stderr
|
6 | -Architecture: amd64 arm64 armel armhf i386 ppc64el
|
|
6 | +Architecture: amd64 arm64 armel armhf i386 ppc64el riscv64
|
|
7 | 7 | |
8 | 8 | # Tests fail on some Architectures, see:
|
9 | 9 | # https://gitlab.freedesktop.org/wayland/weston/-/issues/739
|
... | ... | @@ -11,4 +11,4 @@ Architecture: amd64 arm64 armel armhf i386 ppc64el |
11 | 11 | Test-Command: dh_auto_configure; dh_auto_build; dh_auto_test
|
12 | 12 | Depends: @builddeps@
|
13 | 13 | Restrictions: allow-stderr, flaky
|
14 | -Architecture: !amd64 !arm64 !armel !armhf !i386 !ppc64el |
|
14 | +Architecture: !amd64 !arm64 !armel !armhf !i386 !ppc64el !riscv64 |