Exclude unsupported armv7hl architecture
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
8747312bec
commit
960a4d73bd
@ -7,6 +7,9 @@ Source: https://brick.kernel.dk/snaps/%{name}-%{version}.tar.gz
|
||||
URL: https://git.kernel.dk/cgit/liburing/
|
||||
BuildRequires: gcc
|
||||
|
||||
# Fails to build and therefore isn't supported upstream
|
||||
ExcludeArch: armv7hl
|
||||
|
||||
%description
|
||||
Provides native async IO for the Linux kernel, in a fast and efficient
|
||||
manner, for both buffered and O_DIRECT.
|
||||
|
Loading…
Reference in New Issue
Block a user