From: Richard Purdie Date: Wed, 3 Aug 2022 22:19:08 +0000 (+0100) Subject: selftest/reproducible: Exclude rust/rust-dbg for now until we can fix X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~3429 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a261333f6591ea94afc567dee04a2e3c6d5059cf;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git selftest/reproducible: Exclude rust/rust-dbg for now until we can fix There looks to be a reproducibility issue left in one of the rust libraries. It doesn't appear to be a string issue but some binary problem. Disable rust from the reproducibility testing until we can get to the bottom of the issue (allowing wider testing of all the other improvements). Signed-off-by: Richard Purdie --- diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py index 5042c11d8eb..f4dd779842a 100644 --- a/meta/lib/oeqa/selftest/cases/reproducible.py +++ b/meta/lib/oeqa/selftest/cases/reproducible.py @@ -16,6 +16,8 @@ import os import datetime exclude_packages = [ + 'rust', + 'rust-dbg' ] def is_excluded(package):