[Pkg-golang-commits] [golang] 04/05: Re-enable tests on s390x now that gcc-6 has been fixed in unstable.

Michael Hudson-Doyle mwhudson-guest at moszumanska.debian.org
Thu Sep 8 01:23:37 UTC 2016


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

mwhudson-guest pushed a commit to branch golang-1.7
in repository golang.

commit 0600928dfe94bc6e1acb16c46a64e95b661337ec
Author: Michael Hudson-Doyle <michael.hudson at canonical.com>
Date:   Thu Sep 8 13:06:52 2016 +1200

    Re-enable tests on s390x now that gcc-6 has been fixed in unstable.
---
 debian/changelog | 1 +
 debian/rules     | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0ca434d..c47f771 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 golang-1.7 (1.7.1-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Re-enable tests on s390x now that gcc-6 has been fixed in unstable. 
 
  -- Michael Hudson-Doyle <michael.hudson at ubuntu.com>  Thu, 08 Sep 2016 13:04:33 +1200
 
diff --git a/debian/rules b/debian/rules
index db64f13..1f31c97 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,8 +11,7 @@ DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH 2>/dev/null)
 RUN_TESTS := true
 # armel: ???
 # ppc64: ???
-# s390x: https://github.com/golang/go/issues/16780
-ifneq (,$(filter armel ppc64 s390x,$(DEB_HOST_ARCH)))
+ifneq (,$(filter armel ppc64,$(DEB_HOST_ARCH)))
 	RUN_TESTS := false
 endif
 ifneq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))

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



More information about the pkg-golang-commits mailing list