ExcludeArch: %{ix86}
Both to: 1) Save infractsructure resources As far as I know we don't ship %{ix86} variants of this package anywhere. 2) Workaround FTBFS on i686, which results in the whole build task to be unsuccessful
This commit is contained in:
parent
0f3a84d4ce
commit
8ba8dacea5
@ -1,3 +1,6 @@
|
||||
# To both save infrastrucutre resources and workaround for i686 FTBFS
|
||||
ExcludeArch: %{ix86}
|
||||
|
||||
# This is a fix for the https://fedoraproject.org/wiki/Changes/CMake_to_do_out-of-source_builds
|
||||
# So the beaviour will be the same also in F31 nad F32
|
||||
%undefine __cmake_in_source_build
|
||||
|
Loading…
Reference in New Issue
Block a user