From fd8b2fd52229b10092fca7fb520ed33e14f3f50c Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 30 Jan 2026 01:36:47 +0900 Subject: internal/rosa: fix up dependencies These are no longer provided by the (incomplete) toybox implementations, so they need to be specified explicitly. Signed-off-by: Ophestra --- internal/rosa/go.go | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'internal/rosa/go.go') diff --git a/internal/rosa/go.go b/internal/rosa/go.go index 7004ceb5..4cd2a077 100644 --- a/internal/rosa/go.go +++ b/internal/rosa/go.go @@ -20,19 +20,7 @@ cp -r /usr/src/go /work cd /work/go/src chmod -R +w .. -ln -s ../system/bin/toybox /bin/pwd -cat << EOF > /bin/hostname -#!/bin/sh -echo cure -EOF -chmod +x /bin/hostname - -rm \ - cmd/objdump/objdump_test.go \ - syscall/creds_test.go \ - net/multicast_test.go - -./all.bash +./make.bash cd /work/ mkdir system/ mv go/ system/ -- cgit v1.3.1