internal/rosa: procps artifact
All checks were successful
Test / Create distribution (push) Successful in 1m0s
Test / Sandbox (push) Successful in 2m46s
Test / Hakurei (push) Successful in 3m45s
Test / ShareFS (push) Successful in 3m59s
Test / Hpkg (push) Successful in 4m29s
Test / Sandbox (race detector) (push) Successful in 5m4s
Test / Hakurei (race detector) (push) Successful in 5m58s
Test / Flake checks (push) Successful in 1m43s

Generally pretty useful, and required by util-linux test suite.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-18 14:07:36 +09:00
parent a883e57e7d
commit e065bbf792
2 changed files with 39 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ const (
Perl
PkgConfig
Pluggy
Procps
PyTest
Pygments
Python
@@ -176,6 +177,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"perl": Perl,
"pkg-config": PkgConfig,
"pluggy": Pluggy,
"procps": Procps,
"pytest": PyTest,
"pygments": Pygments,
"python": Python,