Do not build on ppc64le due to lack of a binary builder
This commit is contained in:
parent
5101e06dd0
commit
177d41000e
1 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,8 @@ Source3: prepare_vendor.sh
|
|||
|
||||
# s390x builds fail due to a bug in jupyterlab
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2278011
|
||||
ExcludeArch: s390x
|
||||
# ppc64le build fails due to lack of a binary builder
|
||||
ExcludeArch: %{power64} s390x
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: help2man
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue