internal/rosa: util-linux artifact
Some checks failed
Test / Create distribution (push) Successful in 1m1s
Test / Sandbox (push) Successful in 2m41s
Test / Flake checks (push) Has been cancelled
Test / Hpkg (push) Has been cancelled
Test / Hakurei (push) Has been cancelled
Test / ShareFS (push) Has been cancelled
Test / Sandbox (race detector) (push) Has been cancelled
Test / Hakurei (race detector) (push) Has been cancelled
Some checks failed
Test / Create distribution (push) Successful in 1m1s
Test / Sandbox (push) Successful in 2m41s
Test / Flake checks (push) Has been cancelled
Test / Hpkg (push) Has been cancelled
Test / Hakurei (push) Has been cancelled
Test / ShareFS (push) Has been cancelled
Test / Sandbox (race detector) (push) Has been cancelled
Test / Hakurei (race detector) (push) Has been cancelled
This stuff will likely be implemented natively in the final system. For now, it is useful for debugging. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -77,7 +77,7 @@ const (
|
||||
Toybox
|
||||
toyboxEarly
|
||||
Unzip
|
||||
utilMacros
|
||||
UtilLinux
|
||||
Wayland
|
||||
WaylandProtocols
|
||||
XCB
|
||||
@@ -88,6 +88,7 @@ const (
|
||||
Zstd
|
||||
|
||||
buildcatrust
|
||||
utilMacros
|
||||
|
||||
// gcc is a hacked-to-pieces GCC toolchain meant for use in intermediate
|
||||
// stages only. This preset and its direct output must never be exposed.
|
||||
@@ -188,6 +189,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
|
||||
"squashfs-tools": SquashfsTools,
|
||||
"toybox": Toybox,
|
||||
"unzip": Unzip,
|
||||
"util-linux": UtilLinux,
|
||||
"wayland": Wayland,
|
||||
"wayland-protocols": WaylandProtocols,
|
||||
"xcb": XCB,
|
||||
|
||||
Reference in New Issue
Block a user