diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-02-09 02:26:14 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-02-09 02:26:52 +0900 |
| commit | f511f0a9e9446f5af64c4ef02fa7658e7eb1ab68 (patch) | |
| tree | d8522df5fac8955ad51c4058523026e194997e7c /internal/rosa/all.go | |
| parent | 47995137b3c1c7cb1cc623bf1bea8344c94aab45 (diff) | |
internal/rosa: bzip2 artifact
For creating the stage0 tarball. Might be replaced by a custom artifact at some point.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/all.go')
| -rw-r--r-- | internal/rosa/all.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/rosa/all.go b/internal/rosa/all.go index fbe27445..0fdfdc8a 100644 --- a/internal/rosa/all.go +++ b/internal/rosa/all.go @@ -16,6 +16,7 @@ const ( Automake Bash Binutils + Bzip2 CMake Coreutils Curl @@ -113,6 +114,7 @@ func ResolveName(name string) (p PArtifact, ok bool) { "automake": Automake, "bash": Bash, "binutils": Binutils, + "bzip2": Bzip2, "cmake": CMake, "coreutils": Coreutils, "curl": Curl, |
