Codebase list rust-libslirp / edcc8ea
futures: also don't run testsuite on mipsel Peter Michael Green 4 years ago
2 changed file(s) with 12 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-futures (0.1.29-4) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package futures 0.1.29 from crates.io using debcargo 2.4.2
4 * Don't run the testsuite on mipsel either (another hang).
5
6 -- Peter Michael Green <plugwash@debian.org> Mon, 13 Apr 2020 19:28:40 +0000
7
08 rust-futures (0.1.29-3) unstable; urgency=medium
19
210 * Team upload.
77 ifeq ($(DEB_HOST_ARCH),mips64el)
88 echo tests are disabled on mips64el due to build hang.
99 else
10 ifeq ($(DEB_HOST_ARCH),mipsel)
11 echo tests are disabled on mips64el due to build hang.
12 else
1013 dh_auto_test -- test --all || true
1114 endif
15 endif