diff options
author | Ross Burton <ross.burton@arm.com> | 2024-12-09 17:26:21 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-12-10 08:39:04 -0800 |
commit | 780cf3fe1e77d5bbfd0de7e69aabab680b786f7d (patch) | |
tree | 46002c42a012bd9bb31c0c4a05a847091063cdd3 | |
parent | eedbce847b7bb952cce02b7ecea9a46dac197d4e (diff) | |
download | meta-openembedded-780cf3fe1e77d5bbfd0de7e69aabab680b786f7d.tar.gz |
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 <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-test/syzkaller/syzkaller_git.bb | 4 |
1 files changed, 0 insertions, 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" | |||
17 | UPSTREAM_CHECK_COMMITS = "1" | 17 | UPSTREAM_CHECK_COMMITS = "1" |
18 | 18 | ||
19 | export GOPROXY = "https://proxy.golang.org,direct" | 19 | export GOPROXY = "https://proxy.golang.org,direct" |
20 | # Workaround for network access issue during compile step. | ||
21 | # This needs to be fixed in the recipes buildsystem so that | ||
22 | # it can be accomplished during do_fetch task. | ||
23 | do_compile[network] = "1" | ||
24 | 20 | ||
25 | COMPATIBLE_HOST = "(x86_64|i.86|arm|aarch64).*-linux" | 21 | COMPATIBLE_HOST = "(x86_64|i.86|arm|aarch64).*-linux" |
26 | 22 | ||