From f511f0a9e9446f5af64c4ef02fa7658e7eb1ab68 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 9 Feb 2026 02:26:14 +0900 Subject: internal/rosa: bzip2 artifact For creating the stage0 tarball. Might be replaced by a custom artifact at some point. Signed-off-by: Ophestra --- internal/rosa/all.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/rosa/all.go') 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, -- cgit v1.3.1