]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
reproducible: Exclude rust for now again
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 12 Oct 2023 22:35:01 +0000 (23:35 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 13 Oct 2023 10:51:48 +0000 (11:51 +0100)
Unfortunately there is still an issue with rustdoc not being reproducible
so part of the problem has been fixed but not everything.

Add the exclusion back until this has been addressed to avoid autobuilder
failures and long diffoscope analysis time.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/reproducible.py

index 9b4a0887dd959f63d8fe85b5f9455a06f2cba9cf..84c6c3a05ffa6db73647602c5b9b8fe3156305ad 100644 (file)
@@ -16,6 +16,8 @@ import os
 import datetime
 
 exclude_packages = [
+       'rust',
+       'rust-dbg'
        ]
 
 def is_excluded(package):