summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2024-03-31 21:05:25 -0400
committerGravatar Benjamin Barenblat <bbaren@google.com>2024-03-31 21:05:25 -0400
commitf8c62635a698fb2ff487765eba6a73485ea0b230 (patch)
tree5716eefd4b18968a35a36aa0805219944d5e63f5 /debian/rules
parentcd9fc91c8c4c5190c5c9b220706be7f69ce75e39 (diff)
Apply an upstream patch to prevent SIGILLs on RISC-V
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.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules6
1 files changed, 0 insertions, 6 deletions
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 $@