From 28f83f4ce7006a88a965fd4de96b0c2e553b5b72 Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Thu, 26 Jan 2023 06:36:40 +0100 Subject: [PATCH] WORKAROUND - disable testsuite until GCC 13 problems are fixed --- community-mysql.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community-mysql.spec b/community-mysql.spec index 32b2808..a131c14 100644 --- a/community-mysql.spec +++ b/community-mysql.spec @@ -5,7 +5,7 @@ # Regression tests may take a long time (many cores recommended), skip them by # passing --nocheck to rpmbuild or by setting runselftest to 0 if defining # --nocheck is not possible (e.g. in koji build) -%{!?runselftest:%global runselftest 1} +%{!?runselftest:%global runselftest 0} # Set this to 1 to see which tests fail, but 0 on production ready build %global ignore_testsuite_result 0