reproducible: Exclude rust for now again

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.

(From OE-Core rev: ab03b3416dda65e39a756c02d87492e1fe5e0fb0)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2023-10-12 23:35:01 +01:00
parent fd06e4f266
commit 0e351df042

View File

@@ -16,6 +16,8 @@ import os
import datetime
exclude_packages = [
'rust',
'rust-dbg'
]
def is_excluded(package):