internal/rosa: squashfs-tools artifact
All checks were successful
Test / Create distribution (push) Successful in 1m0s
Test / Sandbox (push) Successful in 2m34s
Test / Hakurei (push) Successful in 3m47s
Test / ShareFS (push) Successful in 4m2s
Test / Hpkg (push) Successful in 4m26s
Test / Sandbox (race detector) (push) Successful in 5m9s
Test / Hakurei (race detector) (push) Successful in 6m15s
Test / Flake checks (push) Successful in 1m46s

The Makefile is very poorly written, so had to be configured through the environment.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-12 02:33:33 +09:00
parent 3e18a4b397
commit 7cd14b8865
2 changed files with 43 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ const (
Rsync
Sed
Setuptools
SquashfsTools
Toybox
toyboxEarly
Unzip
@@ -168,6 +169,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"rsync": Rsync,
"sed": Sed,
"setuptools": Setuptools,
"squashfs-tools": SquashfsTools,
"toybox": Toybox,
"unzip": Unzip,
"wayland": Wayland,