Source: virglrenderer Version: 1.0.0-1 Severity: normal Tags: patch User: debian-loonga...@lists.debian.org Usertags: loong64 X-Debbugs-Cc: wuruil...@loongson.cn
Dear Maintainer, Compile error on loongarch, refer to riscv code to resolve the error. Please merge the attached patch. wuruilong -- System Information: Debian Release: trixie/sid APT prefers unreleased APT policy: (500, 'unreleased'), (500, 'unstable') Architecture: loong64 (loongarch64) Kernel: Linux 5.10.0-60.96.0.126.oe2203.loongarch64 (SMP w/32 CPU threads) Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: unable to detect
--- virglrenderer-1.0.0/debian/rules 2024-05-28 01:49:38.888493655 +0000 +++ virglrenderer-1.0.0/debian/rules 2024-05-28 01:50:07.947897336 +0000 @@ -46,6 +46,9 @@ # see #962018, self-test fails on riscv64 ignore-test-failure = - endif +ifeq (loong64,${DEB_HOST_ARCH}) +ignore-test-failure = - +endif ifeq (32,${DEB_HOST_ARCH_BITS}) # on 32bits arches, selftest sometimes fails and sometimes not. # ignore failures for now