Exclude unsupported armv7hl architecture

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
Stefan Hajnoczi 2020-01-07 10:07:18 +00:00
parent 8747312bec
commit 960a4d73bd

View File

@ -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.