qt6-qt3d/rpminspect.yaml
Jan Grulich 305814a2dd Add rpminspect.yaml
Resolves: RHEL-36430
2024-06-04 13:35:24 +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/*'