make check hangs on armv7hl, exclude for now

This commit is contained in:
Orion Poplawski 2014-07-11 07:58:58 -06:00
parent 9b015cbfe3
commit 1bc557317e
1 changed files with 5 additions and 0 deletions

View File

@ -91,8 +91,13 @@ rm -f __dist_docs/html/*.map __dist_docs/html/*.md5
touch -r ChangeLog __dist_docs/html/*
# Fails to complete on arm - last message:
# PASS: DASTest
# https://bugzilla.redhat.com/show_bug.cgi?id=1118776
%ifnarch armv7hl
%check
make check
%endif
%post -p /sbin/ldconfig