From 94b8a787996f07dd19274a27b28ffdc364e734c6 Mon Sep 17 00:00:00 2001 From: Felipe Sanches Zanoni Date: Thu, 20 Jan 2022 14:52:12 -0500 Subject: [PATCH] Ceph build failure Ceph build failure after nspr library update. This library is used only for library tests. To fix this and preventing to happen again, all tests are not compiled anymore. Test Plan: PASS: Compile master branch without build-avoidance and verify it finishes with no errors. Closes-Bug: 1958560 Signed-off-by: Felipe Sanches Zanoni Change-Id: I74046f1e76b242655f86c71354248f1bcb9ff76a --- ceph/ceph/centos/ceph.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph/ceph/centos/ceph.spec b/ceph/ceph/centos/ceph.spec index 7bce0255f..88392a0aa 100644 --- a/ceph/ceph/centos/ceph.spec +++ b/ceph/ceph/centos/ceph.spec @@ -187,7 +187,7 @@ ################################################################################# %bcond_with python3 %bcond_with make_check -%bcond_without ceph_test_package +%bcond_with ceph_test_package %ifarch s390 s390x %bcond_with tcmalloc %else