diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-01-01 12:29:59 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-05 17:18:15 +0000 |
| commit | 2a4f07c720b54ff7d5269d79406f4493cfa41ecc (patch) | |
| tree | 432118dd3ab34dd63a6f8d8dc520b770eda80e40 | |
| parent | ab38db4926c310dc7d9b5e7356b21d80d6ac7a39 (diff) | |
| download | poky-2a4f07c720b54ff7d5269d79406f4493cfa41ecc.tar.gz | |
selftest/reproducible: drop go items from exception list
With this changeset, go becomes reproducible \0/
(From OE-Core rev: 03ada343ecbbbe3822a8fd74e678b01be6b9511a)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/reproducible.py | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py index 2e983d2f17..fce48a2943 100644 --- a/meta/lib/oeqa/selftest/cases/reproducible.py +++ b/meta/lib/oeqa/selftest/cases/reproducible.py | |||
| @@ -17,24 +17,11 @@ import stat | |||
| 17 | import os | 17 | import os |
| 18 | import datetime | 18 | import datetime |
| 19 | 19 | ||
| 20 | # For sample packages, see: | ||
| 21 | # https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20201127-0t7wr_oo/ | ||
| 22 | # https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20201127-4s9ejwyp/ | ||
| 23 | # https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20201127-haiwdlbr/ | ||
| 24 | # https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20201127-hwds3mcl/ | ||
| 25 | # https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20201203-sua0pzvc/ | ||
| 26 | # (both packages/ and packages-excluded/) | ||
| 27 | |||
| 28 | # ruby-ri-docs, meson: | 20 | # ruby-ri-docs, meson: |
| 29 | #https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20210215-0_td9la2/packages/diff-html/ | 21 | #https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20210215-0_td9la2/packages/diff-html/ |
| 30 | # rust-llvm: | 22 | # rust-llvm: |
| 31 | #https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20210825-kaihham6/ | 23 | #https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20210825-kaihham6/ |
| 32 | exclude_packages = [ | 24 | exclude_packages = [ |
| 33 | 'glide', | ||
| 34 | 'go-helloworld', | ||
| 35 | 'go-runtime', | ||
| 36 | 'go_', | ||
| 37 | 'go-', | ||
| 38 | 'ruby-ri-docs', | 25 | 'ruby-ri-docs', |
| 39 | 'rust-llvm-liblto', | 26 | 'rust-llvm-liblto', |
| 40 | 'rust-llvm-staticdev' | 27 | 'rust-llvm-staticdev' |
