Disable tests on aarch64.
Also enable tests on %{power64} (not bare "power64" which is not an architecture).
This commit is contained in:
parent
23581be7e0
commit
a5b13f2ff9
@ -14,8 +14,9 @@
|
|||||||
# Currently the basic sanity check is *broken* on:
|
# Currently the basic sanity check is *broken* on:
|
||||||
#
|
#
|
||||||
# arm: times out when running the test
|
# arm: times out when running the test
|
||||||
|
# aarch64: "MSI is not supported by interrupt controller" (RHBZ#1414081)
|
||||||
# i686: constantly broken, so I have disabled it, probably forever
|
# i686: constantly broken, so I have disabled it, probably forever
|
||||||
%global test_arches aarch64 power64 x86_64
|
%global test_arches %{power64} x86_64
|
||||||
|
|
||||||
# Trim older changelog entries.
|
# Trim older changelog entries.
|
||||||
# https://lists.fedoraproject.org/pipermail/devel/2013-April/thread.html#181627
|
# https://lists.fedoraproject.org/pipermail/devel/2013-April/thread.html#181627
|
||||||
|
Loading…
Reference in New Issue
Block a user