Commit 64a062e3 authored by Adrian Bunk's avatar Adrian Bunk Committed by Holger Levsen
Browse files

Remove ftbfs_build_depends_not_available_on_amd64 from filtered_issues



This specific problem no longer exists with binary-all packages
building source-only on amd64.

ftbfs_build-indep_not_build_on_some_archs could be used for other cases.

Signed-off-by: default avatarHolger Levsen <holger@layer-acht.org>
parent a555f19e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -132,7 +132,6 @@ else:
# filter used on the index_FTBFS pages and for the reproducible.json
filtered_issues = (
    'ftbfs_in_jenkins_setup',
    'ftbfs_build_depends_not_available_on_amd64',
    'ftbfs_build-indep_not_build_on_some_archs',
    'ftbfs_due_to_f-file-prefix-map',
)