[qemu] spec: Disable check on arm just to get the build out

Cole Robinson crobinso at fedoraproject.org
Mon Mar 24 17:20:38 UTC 2014


commit 1560ff70e81dd9628999862ad7458b24778f7f0a
Author: Cole Robinson <crobinso at redhat.com>
Date:   Mon Mar 24 13:16:27 2014 -0400

    spec: Disable check on arm just to get the build out

 qemu.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/qemu.spec b/qemu.spec
index 2d8d82a..8815e10 100644
--- a/qemu.spec
+++ b/qemu.spec
@@ -1012,7 +1012,8 @@ done
 %check
 # Disabled on aarch64 where it fails with several errors.  Will
 # investigate and fix when we have access to real hardware - RWMJ.
-%ifnarch aarch64
+# 2014-03-24: Suddenly failing on arm32 as well - crobinso
+%ifnarch aarch64 armv7hl
 make check
 %endif
 


More information about the scm-commits mailing list