Re: [OE-core] [PATCH 2/2] go: Use dl.google.com for SRC_URI

2021-04-30 Thread Khem Raj
On Fri, Apr 30, 2021 at 9:50 AM Michael Halstead < mhalst...@linuxfoundation.org> wrote: > I've removed the following: > go1.16.3.src.tar.gz ( 0 bytes) > go1.16.3.src.tar.gz_bad-checksum_b298d29de9236ca47a023e382313bcc2d2eed31dfa706b60a04103ce83a71a25 > ( 20912861 bytes) > > I can add a job to che

Re: [OE-core] [PATCH 2/2] go: Use dl.google.com for SRC_URI

2021-04-30 Thread Michael Halstead
I've removed the following: go1.16.3.src.tar.gz ( 0 bytes) go1.16.3.src.tar.gz_bad-checksum_b298d29de9236ca47a023e382313bcc2d2eed31dfa706b60a04103ce83a71a25 ( 20912861 bytes) I can add a job to check for 0 byte tarballs. Do you think that would be helpful? On Thu, Apr 29, 2021 at 4:26 PM Khem Ra

Re: [OE-core] [PATCH 2/2] go: Use dl.google.com for SRC_URI

2021-04-29 Thread Khem Raj
you also want to get rid of *.lock files as well. On Thu, Apr 29, 2021 at 4:24 PM Khem Raj wrote: > > Adding Miachel as well. > > this seems to be running > buildoptions.SourceMirroring.test_yocto_source_mirror selftest, which > AFAICT should force downloads from yp mirror only > when I check the

Re: [OE-core] [PATCH 2/2] go: Use dl.google.com for SRC_URI

2021-04-29 Thread Khem Raj
Adding Miachel as well. this seems to be running buildoptions.SourceMirroring.test_yocto_source_mirror selftest, which AFAICT should force downloads from yp mirror only when I check the YP mirror then this tarball exists there http://downloads.yoctoproject.org/mirror/sources/go1.16.3.src.tar.gz

Re: [OE-core] [PATCH 2/2] go: Use dl.google.com for SRC_URI

2021-04-29 Thread Alexandre Belloni
Hello, On 20/04/2021 11:28:38-0700, Khem Raj wrote: > golang.org/dl is resolving to this anyway > Unfortunately, this is still an issue on the autobuilders: ERROR: go-cross-core2-32-1.16.3-r0 do_fetch: The URL: 'https://dl.google.com/go/go1.16.3.src.tar.gz;name=main' is not trusted and cannot

[OE-core] [PATCH 2/2] go: Use dl.google.com for SRC_URI

2021-04-20 Thread Khem Raj
golang.org/dl is resolving to this anyway Signed-off-by: Khem Raj --- meta/recipes-devtools/go/go-common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/go/go-common.inc b/meta/recipes-devtools/go/go-common.inc index 39a681a712..c368b95b69 100644 --