rpminspect.yaml: skip failing annocheck test in smbtorture
Hardened: /usr/bin/smbtorture: FAIL: optimization test because level too low (lto:test_speed)
This commit is contained in:
parent
29a3a20efe
commit
e8ed2421b8
@ -25,3 +25,11 @@ abidiff:
|
||||
debuginfo:
|
||||
ignore:
|
||||
- /usr/lib*/libdcerpc-samr.so.*
|
||||
|
||||
# For documentation on rpminspect.yaml and annocheck see:
|
||||
# https://github.com/rpminspect/rpminspect/blob/main/data/generic.yaml
|
||||
# $ annocheck --help-hardened
|
||||
|
||||
annocheck:
|
||||
extra_opts:
|
||||
- hardened: --skip-optimization=test_speed
|
||||
|
||||
Loading…
Reference in New Issue
Block a user