From 8bf40105051a7a8fa056977d4a3e87a3f2ba5a0f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jeremy=20B=C3=ADcha?= Date: Fri, 1 Sep 2023 19:12:07 -0400 Subject: [PATCH] Ignore the same reftest failures for riscv64 as for mips64el mips64el uses softpipe on the buildds because we force it to (because llvmpipe is broken there), but riscv64 uses softpipe even when not forced to, because llvmpipe doesn't exist on riscv64 yet. Closes: #1051168 Gbp-Dch: Full --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 760d3f77ea..05004bc527 100755 --- a/debian/rules +++ b/debian/rules @@ -258,7 +258,7 @@ ignore_reftests += \ endif # https://bugs.debian.org/1050077 -ifneq ($(filter mips%,$(DEB_HOST_ARCH_CPU)),) +ifneq ($(filter mips% riscv64,$(DEB_HOST_ARCH_CPU)),) fuzzy_gsk_compare += opacity-overdraw ignore_gsk_compare += border-one-rounded fuzzy_reftests += opacity -- 2.30.2