forked from security/hakurei
cmd/mbf: use standalone musl in container
Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -284,8 +284,7 @@ func main() {
|
|||||||
musl, compilerRT, runtimes, clang := rosa.Std.NewLLVM()
|
musl, compilerRT, runtimes, clang := rosa.Std.NewLLVM()
|
||||||
root = append(root, musl, compilerRT, runtimes, clang)
|
root = append(root, musl, compilerRT, runtimes, clang)
|
||||||
} else {
|
} else {
|
||||||
musl, _, _, _ := (rosa.Std - 1).NewLLVM()
|
root = append(root, rosa.Std.Load(rosa.Musl))
|
||||||
root = append(root, musl)
|
|
||||||
}
|
}
|
||||||
root = append(root,
|
root = append(root,
|
||||||
rosa.Std.Load(rosa.Mksh),
|
rosa.Std.Load(rosa.Mksh),
|
||||||
|
|||||||
Reference in New Issue
Block a user