2022-07-07 02:37:44 +02:00
|
|
|
# Those files ARE arch-independent, but named like they are not (*.a, etc.) so the script is wrong here
|
2022-07-29 05:15:51 +02:00
|
|
|
addFilter("files-duplicate .*")
|
2022-07-29 05:11:48 +02: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 15:33:38 +02:00
|
|
|
addFilter("arch-independent-package-contains-binary-or-object .*")
|
2022-07-07 02:37:44 +02:00
|
|
|
# There are empty dummy-files in the sysroot
|
2022-07-29 05:11:48 +02:00
|
|
|
addFilter('lto-no-text-in-archive .*')
|
|
|
|
addFilter('devel-file-in-non-devel-package .*')
|
2022-07-07 02:37:44 +02:00
|
|
|
|