]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
go: Fix reproducibility failures
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 30 Sep 2022 09:16:23 +0000 (10:16 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 30 Sep 2022 09:32:18 +0000 (10:32 +0100)
commit6e652835814c389a826ad2d262ee26c14dfb48b5
treed48eddb0fae2a7ffac0e16f725ca04bc1840fac9
parent032cffb4a6011fbe55790c18df4dfcedd9911698
go: Fix reproducibility failures

We're seeing "cmd" static libs being sometimes present and sometimes not.
The issue depends whether BUILD == TARGET so they're present for qemux86-64
on x86-64 hosts but not for qemux86-64 on an aarch64 system.

Add an extra deletion to make the files consistent between the different
hosts.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/go/go-runtime.inc