From b6a66acfe4c39d7f258a38f181a2233c3e103766 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 21 Jan 2026 06:59:30 +0900 Subject: internal/rosa: git artifact This is required by the clang unit and regression tests. Signed-off-by: Ophestra --- cmd/mbf/main.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmd') diff --git a/cmd/mbf/main.go b/cmd/mbf/main.go index d80d0a7b..329a885e 100644 --- a/cmd/mbf/main.go +++ b/cmd/mbf/main.go @@ -149,6 +149,8 @@ func main() { a = rosa.Std.NewBusybox() case "musl": a = rosa.Std.NewMusl(nil) + case "git": + a = rosa.Std.NewGit() case "go": a = rosa.Std.NewGo() case "rsync": -- cgit v1.3.1