[med-svn] [htslib] 02/03: Fix autopkgtest on i386 with GCC 7

Graham Inggs ginggs at moszumanska.debian.org
Wed Dec 20 15:42:15 UTC 2017


This is an automated email from the git hooks/post-receive script.

ginggs pushed a commit to branch master
in repository htslib.

commit fb82f631a80a7db8ae4f74b82359e3255591f5c6
Author: Graham Inggs <ginggs at debian.org>
Date:   Wed Dec 20 16:21:46 2017 +0200

    Fix autopkgtest on i386 with GCC 7
---
 debian/changelog           | 1 +
 debian/tests/run-unit-test | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 01f885f..197bc7c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ htslib (1.6-3) UNRELEASED; urgency=medium
 
   * Ship a copy of cram headers in htslib-test instead of
     using symlinks (Closes: #866137)
+  * Fix autopkgtest on i386 with GCC 7, see #881149
 
  -- Graham Inggs <ginggs at debian.org>  Wed, 20 Dec 2017 14:16:02 +0000
 
diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test
index 785e36c..0e20c52 100644
--- a/debian/tests/run-unit-test
+++ b/debian/tests/run-unit-test
@@ -14,6 +14,6 @@ cd $AUTOPKGTEST_TMP
 sed -i 's#\$(HTSPREFIX)#/usr/include/#g' htslib_vars.mk
 sed -i 's#\$(HTSLIB)#/usr/include/#g' htslib.mk
 
-make check -j4
+CFLAGS="-O2 -fno-strict-aliasing -fno-code-hoisting" make -e check
 
 echo "PASS"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/htslib.git



More information about the debian-med-commit mailing list