summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-test/syzkaller/syzkaller_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-test/syzkaller/syzkaller_git.bb b/meta-oe/recipes-test/syzkaller/syzkaller_git.bb
index 639f55de2f..4043ab7ea5 100644
--- a/meta-oe/recipes-test/syzkaller/syzkaller_git.bb
+++ b/meta-oe/recipes-test/syzkaller/syzkaller_git.bb
@@ -13,6 +13,9 @@ SRC_URI = "git://${GO_IMPORT};protocol=https;destsuffix=${BPN}-${PV}/src/${GO_IM
13 " 13 "
14SRCREV = "25905f5d0a2a7883bd33491997556193582c6059" 14SRCREV = "25905f5d0a2a7883bd33491997556193582c6059"
15 15
16# Upstream repo does not tag
17UPSTREAM_CHECK_COMMITS = "1"
18
16export GOPROXY = "https://proxy.golang.org,direct" 19export GOPROXY = "https://proxy.golang.org,direct"
17# Workaround for network access issue during compile step. 20# Workaround for network access issue during compile step.
18# This needs to be fixed in the recipes buildsystem so that 21# This needs to be fixed in the recipes buildsystem so that