Stop building on i686

The test results have worsen recently and it's unclear if upstream has
been actively supporting i686.
This commit is contained in:
Tulio Magno Quites Machado Filho 2023-03-21 08:13:29 -03:00
parent 806f38d805
commit 579338f8dc
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ Source2: release-keys.asc
Source3: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{mlir_version}%{?rc_ver:-rc%{rc_ver}}/%{cmake_srcdir}.tar.xz
Source4: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{mlir_version}%{?rc_ver:-rc%{rc_ver}}/%{cmake_srcdir}.tar.xz.sig
# Support for i686 upstream is unclear with lots of tests failling.
ExcludeArch: i686
BuildRequires: gcc
BuildRequires: gcc-c++