internal/rosa: pcre2 artifact
All checks were successful
Test / Create distribution (push) Successful in 1m12s
Test / Sandbox (push) Successful in 3m32s
Test / Hakurei (push) Successful in 5m12s
Test / ShareFS (push) Successful in 5m24s
Test / Sandbox (race detector) (push) Successful in 5m51s
Test / Hpkg (push) Successful in 5m50s
Test / Hakurei (race detector) (push) Successful in 7m6s
Test / Flake checks (push) Successful in 1m47s

Required by GLib.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-16 01:20:52 +09:00
parent bb097536d4
commit 93911d6015
2 changed files with 35 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ const (
NSSCACert
Ninja
OpenSSL
PCRE2
Packaging
Patch
Perl
@@ -160,6 +161,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"nss-cacert": NSSCACert,
"ninja": Ninja,
"openssl": OpenSSL,
"pcre2": PCRE2,
"packaging": Packaging,
"patch": Patch,
"perl": Perl,