From 95a17512d0d5ac41cf367e72ad75a0a84c7be91d Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Mon, 22 Jan 2024 14:23:59 +0100 Subject: [PATCH] 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 --- mysql.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mysql.spec b/mysql.spec index 39f811d..733d67f 100644 --- a/mysql.spec +++ b/mysql.spec @@ -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