Blame SOURCES/Disable-tests-cc.patch

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