internal/rosa: git artifact
All checks were successful
Test / Create distribution (push) Successful in 1m41s
Test / Sandbox (push) Successful in 5m23s
Test / ShareFS (push) Successful in 34s
Test / Sandbox (race detector) (push) Successful in 2m24s
Test / Hakurei (push) Successful in 2m50s
Test / Hakurei (race detector) (push) Successful in 3m19s
Test / Hpkg (push) Successful in 3m21s
Test / Flake checks (push) Successful in 1m47s

This is required by the clang unit and regression tests.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-01-21 06:59:30 +09:00
parent b72dc43bc3
commit b6a66acfe4
2 changed files with 29 additions and 0 deletions

View File

@@ -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":