internal/rosa: sed artifact
All checks were successful
Test / Create distribution (push) Successful in 59s
Test / Sandbox (push) Successful in 2m38s
Test / Hakurei (push) Successful in 3m57s
Test / ShareFS (push) Successful in 3m58s
Test / Hpkg (push) Successful in 4m30s
Test / Sandbox (race detector) (push) Successful in 4m58s
Test / Hakurei (race detector) (push) Successful in 6m11s
Test / Flake checks (push) Successful in 2m0s

Required by various GNU programs as they are not happy with toybox sed.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-01-29 18:17:18 +09:00
parent 85eda49b2b
commit 744e4e0632
2 changed files with 26 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ const (
Pygments
Python
Rsync
Sed
Setuptools
Toybox
Wayland
@@ -129,6 +130,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"pygments": Pygments,
"python": Python,
"rsync": Rsync,
"sed": Sed,
"setuptools": Setuptools,
"toybox": Toybox,
"wayland": Wayland,