internal/rosa: curl artifact
All checks were successful
Test / Create distribution (push) Successful in 1m29s
Test / Sandbox (push) Successful in 3m19s
Test / ShareFS (push) Successful in 5m36s
Test / Hakurei (push) Successful in 5m41s
Test / Sandbox (race detector) (push) Successful in 6m6s
Test / Hpkg (push) Successful in 6m5s
Test / Hakurei (race detector) (push) Successful in 6m57s
Test / Flake checks (push) Successful in 2m1s

Required for http support in git.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-05 18:15:16 +09:00
parent 0142fc90b0
commit d77ad3bb6e
2 changed files with 33 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ const (
Bash
CMake
Coreutils
Curl
Diffutils
Findutils
Fuse
@@ -103,6 +104,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"bash": Bash,
"cmake": CMake,
"coreutils": Coreutils,
"curl": Curl,
"diffutils": Diffutils,
"findutils": Findutils,
"fuse": Fuse,