From 149dfbb6af2a777007e2a9d27207fdf74426078e Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 18 Feb 2026 18:42:53 +0900 Subject: internal/rosa: tamago toolchain artifact Currently used by the (wip) bootloader, might not make it into the final OS. Signed-off-by: Ophestra --- internal/rosa/go.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'internal/rosa/go.go') diff --git a/internal/rosa/go.go b/internal/rosa/go.go index a466bc59..475eb086 100644 --- a/internal/rosa/go.go +++ b/internal/rosa/go.go @@ -160,6 +160,9 @@ rm \ sed -i \ 's,/lib/ld-musl-`+linuxArch()+`.so.1,/system/bin/linker,' \ cmd/link/internal/`+runtime.GOARCH+`/obj.go + +rm \ + os/root_unix_test.go `, go125, ) } -- cgit v1.3.1