diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 03:57:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 03:57:33 +0000 |
commit | 763d5cadc595f2788bebc88e9bf3c06a95d40d54 (patch) | |
tree | c25046e35e81f37d99d4fa5872b7efdbe31e25de /debian/rules | |
parent | Merging upstream version 1.72.1+dfsg1. (diff) | |
download | rustc-763d5cadc595f2788bebc88e9bf3c06a95d40d54.tar.xz rustc-763d5cadc595f2788bebc88e9bf3c06a95d40d54.zip |
Merging debian version 1.72.1+dfsg1-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index c7b05413c..eb6a2a4d1 100755 --- a/debian/rules +++ b/debian/rules @@ -332,10 +332,10 @@ endif ifneq (,$(filter $(DEB_BUILD_ARCH), mipsel)) FAILURES_ALLOWED = 25 endif -ifneq (,$(filter $(DEB_BUILD_ARCH), ppc64 s390x)) +ifneq (,$(filter $(DEB_BUILD_ARCH), ppc64 s390x riscv64)) FAILURES_ALLOWED = 40 endif -ifneq (,$(filter $(DEB_BUILD_ARCH), powerpc powerpcspe riscv64 sparc64 x32)) +ifneq (,$(filter $(DEB_BUILD_ARCH), loong64 powerpc powerpcspe sparc64 x32)) FAILURES_ALLOWED = 180 endif FAILED_TESTS = grep "FAILED\|^command did not execute successfully" $(TEST_LOG) | grep -v '^test result: FAILED' | grep -v 'FAILED (allowed)' @@ -517,7 +517,7 @@ override_dh_dwz: dh_dwz --no-dwz-multifile override_dh_makeshlibs: - dh_makeshlibs -V + dh_makeshlibs -V -N $(LIBSTD_PKG) # dh_makeshlibs doesn't support our "libfoo-version.so" naming # structure, so we have to do this ourselves. |