!373 只有在CI环境下会因为测试用例失败打断构建
From: @yang_yanchao Reviewed-by: @liqingqing_1229 Signed-off-by: @liqingqing_1229
This commit is contained in:
commit
eae9e26939
@ -66,7 +66,7 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
Name: glibc
|
Name: glibc
|
||||||
Version: 2.34
|
Version: 2.34
|
||||||
Release: 59
|
Release: 60
|
||||||
Summary: The GNU libc libraries
|
Summary: The GNU libc libraries
|
||||||
License: %{all_license}
|
License: %{all_license}
|
||||||
URL: http://www.gnu.org/software/glibc/
|
URL: http://www.gnu.org/software/glibc/
|
||||||
@ -949,7 +949,9 @@ if test -s rpmbuild.tests.sum.not-passing ; then
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
done <rpmbuild.tests.sum.not-passing
|
done <rpmbuild.tests.sum.not-passing
|
||||||
|
%if 0%{?glibc_abort_after_test_fail}
|
||||||
exit 1
|
exit 1
|
||||||
|
%endif
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Unconditonally dump differences in the system call list.
|
# Unconditonally dump differences in the system call list.
|
||||||
@ -1220,6 +1222,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 24 2022 Yang Yanchao<yangyanchao6@huawei.com> - 2.34-60
|
||||||
|
- Only in the CI environment, the build is interrupted due to test case failure.
|
||||||
|
|
||||||
* Wed Feb 23 2022 Yang Yanchao<yangyanchao6@huawei.com> - 2.34-59
|
* Wed Feb 23 2022 Yang Yanchao<yangyanchao6@huawei.com> - 2.34-59
|
||||||
- strcmp: delete align for loop_aligned
|
- strcmp: delete align for loop_aligned
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user