diff mbox series

[meta-oe,2/3] crucible: Define GOPROXY

Message ID 20240303192638.4154965-2-raj.khem@gmail.com
State Accepted, archived
Headers show
Series [meta-oe,1/3] influxdb: Define GOPROXY | expand

Commit Message

Khem Raj March 3, 2024, 7:26 p.m. UTC
Its needed with go 1.21

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-support/crucible/crucible_2023.11.02.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/crucible/crucible_2023.11.02.bb b/meta-oe/recipes-support/crucible/crucible_2023.11.02.bb
index 339bb35f2d..d53e1a276b 100644
--- a/meta-oe/recipes-support/crucible/crucible_2023.11.02.bb
+++ b/meta-oe/recipes-support/crucible/crucible_2023.11.02.bb
@@ -9,8 +9,9 @@  GO_INSTALL = "\
     ${GO_IMPORT}/cmd/crucible \
     ${GO_IMPORT}/cmd/habtool \
 "
-SRCREV = "358b5e7adb7f101f870f2b42fe5371460a3cccb6"
+SRCREV = "dec27cd4e0e0db106c0a21d429c04ca8d36bbdd5"
 
+export GOPROXY = "https://proxy.golang.org,direct"
 # Workaround for network access issue during compile step.
 # This needs to be fixed in the recipes buildsystem so that
 # it can be accomplished during do_fetch task.