mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 14:59:55 +00:00
crucible: Define GOPROXY
Its needed with go 1.21 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -9,8 +9,9 @@ GO_INSTALL = "\
|
|||||||
${GO_IMPORT}/cmd/crucible \
|
${GO_IMPORT}/cmd/crucible \
|
||||||
${GO_IMPORT}/cmd/habtool \
|
${GO_IMPORT}/cmd/habtool \
|
||||||
"
|
"
|
||||||
SRCREV = "358b5e7adb7f101f870f2b42fe5371460a3cccb6"
|
SRCREV = "dec27cd4e0e0db106c0a21d429c04ca8d36bbdd5"
|
||||||
|
|
||||||
|
export GOPROXY = "https://proxy.golang.org,direct"
|
||||||
# Workaround for network access issue during compile step.
|
# Workaround for network access issue during compile step.
|
||||||
# This needs to be fixed in the recipes buildsystem so that
|
# This needs to be fixed in the recipes buildsystem so that
|
||||||
# it can be accomplished during do_fetch task.
|
# it can be accomplished during do_fetch task.
|
||||||
|
|||||||
Reference in New Issue
Block a user