[packages/kicad] - disable problematic test on x32

baggins baggins at pld-linux.org
Sun Feb 20 20:17:25 CET 2022


commit b4a2b310e35dc737c50ef548fd895e7b0d86020d
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Feb 20 20:16:52 2022 +0100

    - disable problematic test on x32

 kicad.spec | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/kicad.spec b/kicad.spec
index 645ee74..6aea66a 100644
--- a/kicad.spec
+++ b/kicad.spec
@@ -213,6 +213,10 @@ Documentation and tutorials for Kicad in Chinese.
 %setup -q -a 1 -a 2 -a 3 -a 4 %{?with_packages3D:-a 5} -a 6
 %patch0 -p1
 
+%ifarch x32
+%{__sed} -i -e '/test_coroutine.cpp/d' qa/common/CMakeLists.txt
+%endif
+
 %build
 
 build_library() {
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kicad.git/commitdiff/b4a2b310e35dc737c50ef548fd895e7b0d86020d



More information about the pld-cvs-commit mailing list