mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02: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:
@@ -16,6 +16,8 @@ import os
|
||||
import datetime
|
||||
|
||||
exclude_packages = [
|
||||
'rust',
|
||||
'rust-dbg'
|
||||
]
|
||||
|
||||
def is_excluded(package):
|
||||
|
||||
Reference in New Issue
Block a user