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 testsuite clashes When two testsuites run concurrently at the same time on the same machine (builder), the suites of both will crash, because of both using the same network resources. I plan to research and implement a proper fix in Fedora, where we do ship %{ix86}, however since small problems on %{ix86} are constanly taking bits of enginnering effort, I want to kill two birds with one stone by this commit. Resolves: RHEL-22833
This commit is contained in:
parent
12665f936e
commit
95a17512d0
@ -2,6 +2,9 @@
|
||||
%{?scl:%scl_package mysql}
|
||||
%{!?scl:%global pkg_name %{name}}
|
||||
|
||||
# To both save infrastrucutre resources and workaround testsuite clashes
|
||||
ExcludeArch: %{ix86}
|
||||
|
||||
# Name of the package without any prefixes
|
||||
%global pkgnamepatch mysql
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user