diff --git a/debian/changelog b/debian/changelog index 01d10371..9856201b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +llvm-toolchain-3.8 (1:3.8.1-9) UNRELEASED; urgency=medium + + * amd64 llvm testsuite is green, bring back the failure in case of error + + -- Sylvestre Ledru Sun, 07 Aug 2016 16:03:32 +0200 + llvm-toolchain-3.8 (1:3.8.1-8) unstable; urgency=medium * Disable the usage of ld gold on powerpc (Closes: #833583) diff --git a/debian/rules b/debian/rules index e45e18cc..c8feec10 100755 --- a/debian/rules +++ b/debian/rules @@ -478,7 +478,7 @@ override_dh_installdeb: ifeq (,$(filter nocheck, $(DEB_BUILD_OPTIONS))) # List of the archs we know we have 100 % tests working -ARCH_LLVM_TEST_OK := i386 +ARCH_LLVM_TEST_OK := i386 amd64 override_dh_auto_test: