diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-02 13:42:49 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-02 13:42:49 +0900 |
| commit | c5089cad7883d0157ca5339ed6e43fb18ad2c838 (patch) | |
| tree | 6170e08ba1541d62b7ceee22f3c0a48ec4b0a7de /internal | |
| parent | c83905f31194541892e99d5a57b7b974b6a601d2 (diff) | |
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 <cat@gensokyo.uk>
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/rosa/hakurei.go | 2 |
1 files changed, 1 insertions, 1 deletions
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/ |
