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 Enable tests (build time and autopkgtest) on riscv64 since they are now successful Signed-off-by: Dylan Aïssi <[email protected]> - - - - - 2 changed files: - debian/rules - debian/tests/control Changes: ===================================== debian/rules ===================================== @@ -20,7 +20,7 @@ override_dh_auto_test: mkdir -p /tmp/.X11-unix # Only make tests fatal for a subset of architectures # https://gitlab.freedesktop.org/wayland/weston/-/issues/739 -ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf i386 ppc64el)) +ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf i386 ppc64el riscv64)) XDG_RUNTIME_DIR=$(CURDIR)/debian/tmp/tmp/xdgruntimedir dh_auto_test else XDG_RUNTIME_DIR=$(CURDIR)/debian/tmp/tmp/xdgruntimedir dh_auto_test || true ===================================== debian/tests/control ===================================== @@ -3,7 +3,7 @@ Test-Command: dh_auto_configure; dh_auto_build; dh_auto_test Depends: @builddeps@ Restrictions: allow-stderr -Architecture: amd64 arm64 armel armhf i386 ppc64el +Architecture: amd64 arm64 armel armhf i386 ppc64el riscv64 # Tests fail on some Architectures, see: # https://gitlab.freedesktop.org/wayland/weston/-/issues/739 @@ -11,4 +11,4 @@ Architecture: amd64 arm64 armel armhf i386 ppc64el Test-Command: dh_auto_configure; dh_auto_build; dh_auto_test Depends: @builddeps@ Restrictions: allow-stderr, flaky -Architecture: !amd64 !arm64 !armel !armhf !i386 !ppc64el +Architecture: !amd64 !arm64 !armel !armhf !i386 !ppc64el !riscv64 View it on GitLab: https://salsa.debian.org/xorg-team/wayland/weston/-/commit/92b4f6390092a4da107d386a3fe89750c049359d -- View it on GitLab: https://salsa.debian.org/xorg-team/wayland/weston/-/commit/92b4f6390092a4da107d386a3fe89750c049359d You're receiving this email because of your account on salsa.debian.org.

