qt6-qtdeclarative/rpminspect.yaml
Jan Grulich 9a7ffd1f50 Add rpminspect.yaml
Resolves: RHEL-36430
2024-06-04 11:44:15 +02:00

14 lines
371 B
YAML

---
ignore:
- '/usr/lib*/qt6/tests/*'
annocheck:
# QT is known not to work properly with LTO at this point. Some of the issues
# are being worked on upstream and disabling LTO should be re-evaluated as
# we update this change. Until such time...
# Disable LTO
jobs:
hardened: --skip-lto
ignore:
- '/usr/lib*/qt6/examples/*'