projects
/
ocaml.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3531f5
)
Ignore test failures on hurd
author
Stéphane Glondu
<glondu@debian.org>
Fri, 25 Aug 2023 09:07:57 +0000
(11:07 +0200)
committer
Stéphane Glondu
<glondu@debian.org>
Fri, 25 Aug 2023 09:07:57 +0000
(11:07 +0200)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index f3974c746806e8d845a89d90a824966ff1784bcf..afff1cc95bb4f47f9792c10e2e16009ef395c18d 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-70,6
+70,8
@@
endif
ifeq (m68k,$(DEB_BUILD_ARCH))
CONFIGURE_OPTS += --enable-imprecise-c99-float-ops
IGNORE_TESTS_FAILURE := || true
+else ifneq (,$(findstring hurd,$(DEB_BUILD_ARCH)))
+IGNORE_TESTS_FAILURE := || true
else
IGNORE_TESTS_FAILURE :=
endif