rpminspect.yaml: Disable abidiff inspection
- Avoid out-of-memory on the CentOS test farm: - See: https://docs.testing-farm.io/Testing%20Farm/0.1/errors.html#TFE-1 Resolves: RHEL-151167
This commit is contained in:
parent
e195d60a03
commit
48b3e1347e
@ -366,7 +366,7 @@
|
||||
%global top_level_dir_name %{vcstag}
|
||||
%global top_level_dir_name_backup %{top_level_dir_name}-backup
|
||||
%global buildver 10
|
||||
%global rpmrelease 2
|
||||
%global rpmrelease 3
|
||||
# Settings used by the portable build
|
||||
%global portablerelease 1
|
||||
# Portable suffix differs between RHEL and CentOS
|
||||
@ -2571,6 +2571,11 @@ cjc.mainProgram(args)
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sat Jul 18 2026 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:21.0.11.0.10-3
|
||||
- Disable abidiff inspection in rpminspect.yaml to avoid an out-of-memory error on the CentOS test farm
|
||||
- See: https://docs.testing-farm.io/Testing%20Farm/0.1/errors.html#TFE-1
|
||||
- Resolves: RHEL-151167
|
||||
|
||||
* Mon Apr 20 2026 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.11.0.10-2
|
||||
- Bump release for PQC build
|
||||
- Related: RHEL-169609
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
---
|
||||
inspections:
|
||||
javabytecode: off
|
||||
abidiff: off
|
||||
|
||||
Loading…
Reference in New Issue
Block a user