From: Richard Purdie Date: Thu, 26 Aug 2021 07:03:27 +0000 (+0100) Subject: oeqa/selftest/reproducibile: Exclude rust packages X-Git-Tag: uninative-3.4~22 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=60c12da5aae2534c972df851f26e4523fed03afc;p=openembedded-core.git oeqa/selftest/reproducibile: Exclude rust packages rust-llvm-liblto and rust-llvm-staticdev sometimes vary in contents. Exclude them from the test for now until we can work on and resolve the issues. Signed-off-by: Richard Purdie --- diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py index 910ef0d301..e4582cb82a 100644 --- a/meta/lib/oeqa/selftest/cases/reproducible.py +++ b/meta/lib/oeqa/selftest/cases/reproducible.py @@ -27,13 +27,17 @@ import datetime # ruby-ri-docs, meson: #https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20210215-0_td9la2/packages/diff-html/ +# rust-llvm: +#https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20210825-kaihham6/ exclude_packages = [ 'glide', 'go-helloworld', 'go-runtime', 'go_', 'go-', - 'ruby-ri-docs' + 'ruby-ri-docs', + 'rust-llvm-liblto', + 'rust-llvm-staticdev' ] def is_excluded(package):