forked from security/hakurei
internal/rosa: lazy initialise all artifacts
This improves performance, though not as drastically as lazy initialising llvm. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -42,7 +42,7 @@ rmdir -v /work/lib
|
||||
}
|
||||
|
||||
return t.New("musl-"+version, stage3Concat(t, attr.Extra,
|
||||
t.NewMake(),
|
||||
t.Load(Make),
|
||||
), nil, slices.Concat([]string{
|
||||
"ROSA_MUSL_TARGET=" + target,
|
||||
}, attr.Env), `
|
||||
|
||||
Reference in New Issue
Block a user