From 780cf3fe1e77d5bbfd0de7e69aabab680b786f7d Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 9 Dec 2024 17:26:21 +0000 Subject: [PATCH] syzkaller: network in compile is not needed There appears to be no more network access in the compile task, so we can remove the flag. Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- meta-oe/recipes-test/syzkaller/syzkaller_git.bb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/meta-oe/recipes-test/syzkaller/syzkaller_git.bb b/meta-oe/recipes-test/syzkaller/syzkaller_git.bb index 4043ab7ea5..ef76a37891 100644 --- a/meta-oe/recipes-test/syzkaller/syzkaller_git.bb +++ b/meta-oe/recipes-test/syzkaller/syzkaller_git.bb @@ -17,10 +17,6 @@ SRCREV = "25905f5d0a2a7883bd33491997556193582c6059" UPSTREAM_CHECK_COMMITS = "1" 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. -do_compile[network] = "1" COMPATIBLE_HOST = "(x86_64|i.86|arm|aarch64).*-linux"