Skip to content

Commit e8450de

Browse files
Jesus Checa Hidalgojchecahi
authored andcommitted
rpminspect: disable abidiff inspection
We need to disable abidiff due to huge memory consumption, leading to OOM kill of the whole rpminspect run. Check https://docs.testing-farm.io/Testing%20Farm/0.1/errors.html#TFE-1
1 parent 4122c8e commit e8450de

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

rpminspect.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
---
2+
inspections:
3+
# We need to disable abidiff due to abidiff+testing-farm issues. Ref link:
4+
# https://docs.testing-farm.io/Testing%20Farm/0.1/errors.html#TFE-1
5+
abidiff: off
6+
27
badfuncs:
38
# For compiler-rt, we allow the following forbidden functions:
49
# - gethostbyname

0 commit comments

Comments
 (0)