mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-07 15:40:01 +00:00
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>
This commit is contained in:
@@ -17,10 +17,6 @@ SRCREV = "25905f5d0a2a7883bd33491997556193582c6059"
|
|||||||
UPSTREAM_CHECK_COMMITS = "1"
|
UPSTREAM_CHECK_COMMITS = "1"
|
||||||
|
|
||||||
export GOPROXY = "https://proxy.golang.org,direct"
|
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"
|
COMPATIBLE_HOST = "(x86_64|i.86|arm|aarch64).*-linux"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user