influxdb: Define GOPROXY

Its needed with go 1.21

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2024-03-03 10:27:31 -08:00
parent 328b8e2bc4
commit 65b8bf69e8
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -27,6 +27,8 @@ SRCREV = "688e697c51fd5353725da078555adbeff0363d01"
inherit go-mod pkgconfig systemd update-rc.d useradd
export GOPROXY = "https://proxy.golang.org,direct"
# Workaround for network access issue during compile step
# this needs to be fixed in the recipes buildsystem to move
# this such that it can be accomplished during do_fetch task