mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 01:04:05 +00:00
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:
parent
fd06e4f266
commit
0e351df042
@ -16,6 +16,8 @@ import os
|
||||
import datetime
|
||||
|
||||
exclude_packages = [
|
||||
'rust',
|
||||
'rust-dbg'
|
||||
]
|
||||
|
||||
def is_excluded(package):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user