gjs/rpminspect.yaml
Florian Müllner 26e545a0ef
rpminspect: Skip lto test in annocheck
LTO is disabled on some archs, so the test will fail.
2024-05-20 18:20:46 +02:00

11 lines
265 B
YAML

annocheck:
ignore:
# the library is built with LLVM, so gcc-specific
# hardening properties are absent
- /usr/lib64/gjs/libmozjs-*.so
- /usr/lib/gjs/libmozjs-*.so
extra_opts:
# LTO builds are disabled on some archs
hardened: --skip-lto