mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 04:22:54 +00:00
amd64 llvm testsuite is green, bring back the failure in case of error
This commit is contained in:
parent
70a4bd3129
commit
b71c1abcae
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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 <sylvestre@debian.org> 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)
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user