From 6b2193619972e95fba241638e1bb676969cf343b Mon Sep 17 00:00:00 2001 From: Yang Yanchao Date: Thu, 24 Feb 2022 11:18:39 +0800 Subject: [PATCH] Only in the CI environment, the build is interrupted due to test case failure. Signed-off-by: Yang Yanchao --- glibc.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/glibc.spec b/glibc.spec index 9775f96..32e8f7e 100644 --- a/glibc.spec +++ b/glibc.spec @@ -66,7 +66,7 @@ ############################################################################## Name: glibc Version: 2.34 -Release: 59 +Release: 60 Summary: The GNU libc libraries License: %{all_license} URL: http://www.gnu.org/software/glibc/ @@ -949,7 +949,9 @@ if test -s rpmbuild.tests.sum.not-passing ; then fi done done - 2.34-60 +- Only in the CI environment, the build is interrupted due to test case failure. + * Wed Feb 23 2022 Yang Yanchao - 2.34-59 - strcmp: delete align for loop_aligned -- Gitee