projects
/
pcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9366de1
)
Ignore tests on hppa and sparc64 (big-endian)
author
Helge Deller
<deller@kernel.org>
Mon, 20 Jan 2025 18:06:42 +0000
(19:06 +0100)
committer
Jochen Sprickerhof
<git@jochen.sprickerhof.de>
Mon, 20 Jan 2025 18:06:42 +0000
(19:06 +0100)
Closes: #1091665
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index e8b34e056bf5cad7791d0b3ee1ca2ae99bb583d8..5ed612758946d113d2415efd08220d4400f4e253 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-19,7
+19,7
@@
else
PARALLEL=
endif
-ifneq (,$(filter $(DEB_BUILD_ARCH),s390x powerpc ppc64 riscv64))
+ifneq (,$(filter $(DEB_BUILD_ARCH),s390x powerpc ppc64 riscv64
hppa sparc64
))
RUN_TESTS=
else
RUN_TESTS=-DBUILD_global_tests=ON -DBUILD_TESTS=ON