Also disable lldb tests under armel (like armhf). Timeout

This commit is contained in:
Sylvestre Ledru 2014-06-04 12:24:18 +00:00
parent 7d9ccfc4b6
commit b6decde1d0
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
llvm-toolchain-3.4 (1:3.4.1-5) unstable; urgency=medium
* Also disable lldb tests under armel (like armhf). Timeout
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 04 Jun 2014 14:24:05 +0200
llvm-toolchain-3.4 (1:3.4.1-4) unstable; urgency=medium
* Be less permissive when installing lldb. Remove duplication of the install

2
debian/rules vendored
View File

@ -358,7 +358,7 @@ endif
rm -f $(TARGET_BUILD)/Release/lib/libclang.so.1
# lldb tests
ifeq (,$(filter $(DEB_HOST_ARCH), $(LLDB_DISABLE_ARCHS) armhf))
ifeq (,$(filter $(DEB_HOST_ARCH), $(LLDB_DISABLE_ARCHS) armhf armel))
if test $(LLDB_ENABLE) = yes; then \
cd $(TARGET_BUILD)/Release/lib/python2.7/site-packages/lldb && if test ! -h _lldb.so -o ! -f _lldb.so; then ln -s ../../../liblldb.so _lldb.so; fi; \
if test ! -h libLLVM-$(LLVM_VERSION).so.$(SONAME_EXT) -o ! -f _lldb.so; then \