From 13259410cd9c915e83a3eacd799b840a27d0e17b Mon Sep 17 00:00:00 2001 From: Ximin Luo Date: Fri, 14 May 2021 17:36:28 +0100 Subject: [PATCH] drop obsolete FIXME --- debian/rules | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/rules b/debian/rules index 5272d1e0a4..6517654466 100755 --- a/debian/rules +++ b/debian/rules @@ -258,7 +258,6 @@ endif ifneq (,$(filter $(DEB_BUILD_ARCH), powerpcspe riscv64 sparc64 x32)) FAILURES_ALLOWED = 180 endif -FAILURES_ALLOWED := $(shell expr 2 + $(FAILURES_ALLOWED)) # FIXME: temp hack for 1.52.0~beta.3+dfsg1-1~exp2 to account for the fact that 1.51.0+dfsg1-1~exp3 did not install rust-llvm-dwp; remove in 1.52.0~beta.3+dfsg1-1~exp3 and 1.51.0+dfsg1-1 FAILED_TESTS = grep "FAILED\|^command did not execute successfully" $(TEST_LOG) | grep -v '^test result: FAILED' | grep -v 'FAILED (allowed)' override_dh_auto_test-arch: # ensure that rustc_llvm is actually dynamically linked to libLLVM -- 2.39.2