1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

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).

(From OE-Core rev: a261333f6591ea94afc567dee04a2e3c6d5059cf)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2022-08-03 23:19:08 +01:00
parent f2bd326370
commit 0246dd5f50
@@ -16,6 +16,8 @@ import os
import datetime
exclude_packages = [
'rust',
'rust-dbg'
]
def is_excluded(package):