mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +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:
parent
eedbce847b
commit
780cf3fe1e
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user