mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
ab38db4926
commit
2a4f07c720
@@ -17,24 +17,11 @@ import stat
|
|||||||
import os
|
import os
|
||||||
import datetime
|
import datetime
|
||||||
|
|
||||||
# For sample packages, see:
|
|
||||||
# https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20201127-0t7wr_oo/
|
|
||||||
# https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20201127-4s9ejwyp/
|
|
||||||
# https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20201127-haiwdlbr/
|
|
||||||
# https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20201127-hwds3mcl/
|
|
||||||
# https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20201203-sua0pzvc/
|
|
||||||
# (both packages/ and packages-excluded/)
|
|
||||||
|
|
||||||
# ruby-ri-docs, meson:
|
# ruby-ri-docs, meson:
|
||||||
#https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20210215-0_td9la2/packages/diff-html/
|
#https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20210215-0_td9la2/packages/diff-html/
|
||||||
# rust-llvm:
|
# rust-llvm:
|
||||||
#https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20210825-kaihham6/
|
#https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20210825-kaihham6/
|
||||||
exclude_packages = [
|
exclude_packages = [
|
||||||
'glide',
|
|
||||||
'go-helloworld',
|
|
||||||
'go-runtime',
|
|
||||||
'go_',
|
|
||||||
'go-',
|
|
||||||
'ruby-ri-docs',
|
'ruby-ri-docs',
|
||||||
'rust-llvm-liblto',
|
'rust-llvm-liblto',
|
||||||
'rust-llvm-staticdev'
|
'rust-llvm-staticdev'
|
||||||
|
|||||||
Reference in New Issue
Block a user