internal/rosa: openssl artifact
All checks were successful
Test / Create distribution (push) Successful in 59s
Test / Sandbox (push) Successful in 2m38s
Test / Hakurei (push) Successful in 4m3s
Test / ShareFS (push) Successful in 4m2s
Test / Hpkg (push) Successful in 4m35s
Test / Sandbox (race detector) (push) Successful in 5m6s
Test / Hakurei (race detector) (push) Successful in 6m13s
Test / Flake checks (push) Successful in 1m52s

Optional for many programs.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-05 18:03:18 +09:00
parent 6ad21e2288
commit a3526b3ceb
2 changed files with 40 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ const (
NSS
NSSCACert
Ninja
OpenSSL
Packaging
Patch
Perl
@@ -129,6 +130,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"nss": NSS,
"nss-cacert": NSSCACert,
"ninja": Ninja,
"openssl": OpenSSL,
"packaging": Packaging,
"patch": Patch,
"perl": Perl,