aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/mbf
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-01-21 06:59:30 +0900
committerOphestra <cat@gensokyo.uk>2026-01-21 07:00:14 +0900
commitb6a66acfe4c39d7f258a38f181a2233c3e103766 (patch)
treebf28c792e699da9a5ae3b44f2e82a9845d579ee1 /cmd/mbf
parentb72dc43bc3e361094c34fa94cbb7033f5083887e (diff)
internal/rosa: git artifact
This is required by the clang unit and regression tests. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'cmd/mbf')
-rw-r--r--cmd/mbf/main.go2
1 files changed, 2 insertions, 0 deletions
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":