Disable tests, even only tests, fail to build

and generate build.log with millions of logs lines saying:

*** stack smashing detected ***: terminated

cat build.log | grep smashing | wc -l
118308609
This commit is contained in:
Sérgio M. Basto 2023-05-11 22:30:42 +01:00
parent 9c945dfe13
commit 8c68605e1d

View File

@ -1,6 +1,6 @@
%undefine __cmake_in_source_build
%bcond_without tests
%bcond_with tests
%if %{without tests}
%bcond_with extras_tests
%else