]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
selftest/reproducible: Exclude rust/rust-dbg for now until we can fix
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Aug 2022 22:19:08 +0000 (23:19 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 8 Aug 2022 14:41:36 +0000 (15:41 +0100)
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 <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/reproducible.py

index 5042c11d8ebc4da01f4d414e247155e58821c4e9..f4dd779842a3dd56b1f22482c9c90316f8d1f1db 100644 (file)
@@ -16,6 +16,8 @@ import os
 import datetime
 
 exclude_packages = [
+       'rust',
+       'rust-dbg'
        ]
 
 def is_excluded(package):