2022-07-07 00:37:44 +00:00
|
|
|
# Those files ARE arch-independent, but named like they are not (*.a, etc.) so the script is wrong here
|
2022-07-29 03:15:51 +00:00
|
|
|
addFilter("files-duplicate .*")
|
2022-07-29 03:11:48 +00:00
|
|
|
addFilter("static-library-without-symtab .*")
|
|
|
|
addFilter("static-library-without-debuginfo .*")
|
|
|
|
addFilter("readelf-failed .*")
|
|
|
|
addFilter("zero-length .*")
|
|
|
|
addFilter("arch-dependent-file-in-usr-share .*")
|
2023-03-27 13:33:38 +00:00
|
|
|
addFilter("arch-independent-package-contains-binary-or-object .*")
|
2022-07-07 00:37:44 +00:00
|
|
|
# There are empty dummy-files in the sysroot
|
2022-07-29 03:11:48 +00:00
|
|
|
addFilter('lto-no-text-in-archive .*')
|
|
|
|
addFilter('devel-file-in-non-devel-package .*')
|
2022-07-07 00:37:44 +00:00
|
|
|
|