From f8c62635a698fb2ff487765eba6a73485ea0b230 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Sun, 31 Mar 2024 21:05:25 -0400 Subject: Apply an upstream patch to prevent SIGILLs on RISC-V MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upstream has accepted Aurelien Jarno’s patch removing RISC-V support from unscaledcycleclock. Include it here, fixing https://bugs.debian.org/1059532. Also reenable parallel test runs on RISC-V, per https://bugs.debian.org/1059532#16. --- debian/rules | 6 ------ 1 file changed, 6 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 7f76c033..16a2e263 100755 --- a/debian/rules +++ b/debian/rules @@ -28,12 +28,6 @@ else ABSL_RUN_TESTS=ON endif -# Debian's RISC-V builders don't have enough resources to run tests in parallel. -# See https://bugs.debian.org/1025221. -ifneq ($(filter $(DEB_HOST_ARCH),riscv64),) -ABSL_TEST_EXTRA_ARGS=--no-parallel -endif - %: dh $@ -- cgit v1.2.3