Disable tests during build that are flaky
Resolves: RHEL-128517 Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
parent
3296c15c4b
commit
fee26b568e
@ -21,7 +21,7 @@ Name: protobuf
|
||||
# “patch” updates of protobuf.
|
||||
Version: 3.19.6
|
||||
%global so_version 30
|
||||
Release: 13%{?dist}
|
||||
Release: 14%{?dist}
|
||||
|
||||
# The entire source is BSD-3-Clause, except the following files, which belong
|
||||
# to the build system; are unpackaged maintainer utility scripts; or are used
|
||||
@ -285,13 +285,9 @@ descriptions in the Emacs editor.
|
||||
|
||||
%prep
|
||||
%setup -q -n protobuf-%{version}%{?rcver} -a 3
|
||||
%ifarch %{ix86}
|
||||
# IoTest.LargeOutput fails on 32bit arches
|
||||
# https://github.com/protocolbuffers/protobuf/issues/8082
|
||||
%patch 1 -p1
|
||||
# Need to disable more tests that fail on 32bit arches only
|
||||
%patch 2 -p0
|
||||
%endif
|
||||
%patch 3 -p1 -b .jre17
|
||||
%patch 4 -p1 -b .python311
|
||||
|
||||
@ -485,6 +481,9 @@ install -p -m 0644 %{SOURCE2} %{buildroot}%{_emacs_sitestartdir}
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Nov 12 2025 Adrian Reber <areber@redhat.com> - 3.19.6-14
|
||||
- Disable tests during build that are flaky
|
||||
|
||||
* Mon May 26 2025 Adrian Reber <areber@redhat.com> - 3.19.6-13
|
||||
- Rebuilt for tests directory
|
||||
|
||||
|
||||
3
rpminspect.yaml
Normal file
3
rpminspect.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
inspections:
|
||||
abidiff: off
|
||||
Loading…
Reference in New Issue
Block a user