diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-02-18 18:42:53 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-02-18 19:26:42 +0900 |
| commit | 149dfbb6af2a777007e2a9d27207fdf74426078e (patch) | |
| tree | a4ed1a892ad79c24bf4794af9d2dc5aae7dbad06 /internal/rosa/go.go | |
| parent | 58801b44d4fc783984c2fb8800c2f752b7ed06a1 (diff) | |
internal/rosa: tamago toolchain artifact
Currently used by the (wip) bootloader, might not make it into the final OS.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/go.go')
| -rw-r--r-- | internal/rosa/go.go | 3 |
1 files changed, 3 insertions, 0 deletions
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, ) } |
