diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-01-09 23:27:21 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-11 10:53:44 +0000 |
| commit | 43b776610593bad949ec1871298700317e3224fc (patch) | |
| tree | 188906b93cab1cbedd23beee10431cd7f59cce6b /meta/lib | |
| parent | 5002a548ad8a01735054ae540e295abfdf7f1397 (diff) | |
| download | poky-43b776610593bad949ec1871298700317e3224fc.tar.gz | |
rust-llvm: apply the same reproducibility patch as for llvm proper
(From OE-Core rev: a845029df7ea8c1bd987ffac3902d4521742debb)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/reproducible.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py index a0dc76977f..e539365031 100644 --- a/meta/lib/oeqa/selftest/cases/reproducible.py +++ b/meta/lib/oeqa/selftest/cases/reproducible.py | |||
| @@ -17,11 +17,7 @@ import stat | |||
| 17 | import os | 17 | import os |
| 18 | import datetime | 18 | import datetime |
| 19 | 19 | ||
| 20 | # rust-llvm: | ||
| 21 | #https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20210825-kaihham6/ | ||
| 22 | exclude_packages = [ | 20 | exclude_packages = [ |
| 23 | 'rust-llvm-liblto', | ||
| 24 | 'rust-llvm-staticdev' | ||
| 25 | ] | 21 | ] |
| 26 | 22 | ||
| 27 | def is_excluded(package): | 23 | def is_excluded(package): |
