26e545a0ef
LTO is disabled on some archs, so the test will fail.
11 lines
265 B
YAML
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
|