Blame SOURCES/Disable-tests-cc.patch

f282d1
From b3faa19c61a5a5385899a80bdd0d6a3052f1415a Mon Sep 17 00:00:00 2001
f282d1
From: Jerome Marchand <jmarchan@redhat.com>
f282d1
Date: Thu, 24 May 2018 16:11:30 +0200
f282d1
Subject: [PATCH] Disable tests/cc
f282d1
f282d1
Some files in tests/cc/ don't compile on s390x. We can just disable
f282d1
them until a better fix is available: the build target are not
f282d1
installed anyway.
f282d1
f282d1
---
f282d1
 tests/CMakeLists.txt | 1 -
f282d1
 1 file changed, 1 deletion(-)
f282d1
f282d1
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
f282d1
index 86abec9..48e9029 100644
f282d1
--- a/tests/CMakeLists.txt
f282d1
+++ b/tests/CMakeLists.txt
f282d1
@@ -8,7 +8,6 @@ add_test(NAME style-check COMMAND ${CMAKE_SOURCE_DIR}/scripts/style-check.sh)
f282d1
 set_tests_properties(style-check PROPERTIES PASS_REGULAR_EXPRESSION ".*")
f282d1
 
f282d1
 if(ENABLE_CLANG_JIT)
f282d1
-add_subdirectory(cc)
f282d1
 add_subdirectory(python)
f282d1
 add_subdirectory(lua)
f282d1
 endif()
f282d1
-- 
f282d1
2.13.6
f282d1