Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Ignore test failures on mips64el too.
· b60112f5
Bas Couwenberg
authored
Jun 30, 2018
b60112f5
Set distribution to unstable.
· aeacac52
Bas Couwenberg
authored
Jun 30, 2018
aeacac52
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
aeacac52
sfcgal (1.3.5-4) unstable; urgency=medium
* Ignore test failures on mips64el too.
-- Bas Couwenberg <sebastic@debian.org> Sat, 30 Jun 2018 07:37:07 +0200
sfcgal (1.3.5-3) unstable; urgency=medium
* Add patch to find CGAL before Boost, to not overwrite Boost_LIBRARIES.
...
...
debian/rules
View file @
aeacac52
...
...
@@ -34,7 +34,7 @@ override_dh_auto_configure:
override_dh_auto_test:
ifneq (,$(findstring $(DEB_BUILD_ARCH),"alpha i386 kfreebsd-i386 hurd-i386"))
# Skip tests
else ifneq (,$(findstring $(DEB_BUILD_ARCH),"mips mipsel"))
else ifneq (,$(findstring $(DEB_BUILD_ARCH),"mips
mips64el
mipsel"))
dh_auto_test || echo "Ignoring test failures"
else
dh_auto_test
...
...