summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/reproducible.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-10-12 23:35:01 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-10-13 11:51:48 +0100
commitab03b3416dda65e39a756c02d87492e1fe5e0fb0 (patch)
treee6f97a7df6e9d8d4517d36573e7059de66c3cf9d /meta/lib/oeqa/selftest/cases/reproducible.py
parent7a187c2475aa762e2bc830950f608143f2535a72 (diff)
downloadopenembedded-core-ab03b3416dda65e39a756c02d87492e1fe5e0fb0.tar.gz
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. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/reproducible.py')
-rw-r--r--meta/lib/oeqa/selftest/cases/reproducible.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py
index 9b4a0887dd..84c6c3a05f 100644
--- a/meta/lib/oeqa/selftest/cases/reproducible.py
+++ b/meta/lib/oeqa/selftest/cases/reproducible.py
@@ -16,6 +16,8 @@ import os
import datetime
exclude_packages = [
+ 'rust',
+ 'rust-dbg'
]
def is_excluded(package):