]> git.proxmox.com Git - rustc.git/commitdiff
d/rules: fix typo in mipsel workaround
authorFabian Grünbichler <debian@fabian.gruenbichler.email>
Sun, 12 Mar 2023 07:53:38 +0000 (08:53 +0100)
committerFabian Grünbichler <debian@fabian.gruenbichler.email>
Sun, 12 Mar 2023 07:53:38 +0000 (08:53 +0100)
the typo causes a fallback to the default value of 8 allowed failures,
which is obviously even worse than the 24 we had before..

Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
debian/rules

index 724a663fec3269093ab8a97ff52b64a88c3627ec..97f2f071dafad12e3377ab3c2c9018a9c4893131 100755 (executable)
@@ -284,7 +284,7 @@ endif
 # workaround broken gdb 13.1 - revert to 24 once fixed
 # #1031946 / #1032785
 ifneq (,$(filter $(DEB_BUILD_ARCH), mipsel))
-  FAILURED_ALLOWED = 25
+  FAILURES_ALLOWED = 25
 endif
 ifneq (,$(filter $(DEB_BUILD_ARCH), ppc64 s390x))
   FAILURES_ALLOWED = 40