]> git.proxmox.com Git - rustc.git/commitdiff
drop obsolete FIXME
authorXimin Luo <infinity0@debian.org>
Fri, 14 May 2021 16:36:28 +0000 (17:36 +0100)
committerXimin Luo <infinity0@debian.org>
Fri, 14 May 2021 16:36:28 +0000 (17:36 +0100)
debian/rules

index 5272d1e0a4542b5dc07fa562a3969421ad0aca6d..6517654466856c3ccfa02877de5f973b5e9687b7 100755 (executable)
@@ -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