2022-07-05 14:30:51 +02:00
|
|
|
# https://github.com/JuliaLang/julia/issues/28564
|
|
|
|
addFilter("E: devel-file-in-non-devel-package.*/usr/lib.*/julia/.*")
|
2023-12-09 09:02:57 +01:00
|
|
|
# Julia has sofiles that are not actually an issue
|
|
|
|
addFilter("E: arch-dependent-file-in-usr-share*")
|
2023-12-10 16:00:31 +01:00
|
|
|
# We should not unstrip sofiles or binaries generated from this package
|
|
|
|
# https://github.com/JuliaLang/julia/issues/17941
|
|
|
|
addFilter("unstripped-binary-or-object")
|
|
|
|
# Julia should be an exception. Otherwise, it fails to execute :)
|
|
|
|
addFilter("devel-dependency")
|