From c5089cad7883d0157ca5339ed6e43fb18ad2c838 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 2 Mar 2026 13:42:49 +0900 Subject: cmd: remove hpkg This proof-of-concept was abandoned long ago. Its test suite is flaky, heavy on I/O and does not increase test coverage. This change fully removes hpkg and supporting code. Signed-off-by: Ophestra --- internal/rosa/hakurei.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal') diff --git a/internal/rosa/hakurei.go b/internal/rosa/hakurei.go index fe944607..a5ae7795 100644 --- a/internal/rosa/hakurei.go +++ b/internal/rosa/hakurei.go @@ -75,7 +75,7 @@ go build -trimpath -v -o /work/system/libexec/hakurei -ldflags="-s -w echo echo '# Testing hakurei.' -go test -ldflags='-buildid= -extldflags=-static' ./... +go test -ldflags='-buildid= -linkmode external -extldflags=-static' ./... echo mkdir -p /work/system/bin/ -- cgit v1.3.1